Html Css Color HEX #F20BC9 Shocking Pink

📋 copy color: '#F20BC9'

red 242 ◦ green 11 ◦ blue 201

#F20BC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F20BC9

Tints of Shocking Pink #F20BC9

RGB

 RED value IS 242 (94.92% from 255) = 53.3%

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 53.3%
G = 2.42%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F20BC9 (or 0xF20BC9) is known color: Shocking Pink. HEX triplet: F2, 0B and C9. RGB value is (242,11,201). Sum of RGB (Red+Green+Blue) = 242+11+201=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BC9 is #0DF436. Grayscale: #656565. Windows color (decimal): -914487 or 13175794. OLE color: 13175794.

HSL color Cylindrical-coordinate representation of color #F20BC9: hue angle of 310.65º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20BC9 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 11 201 -
CMYK 0 0.95 0.17 0.05
HSL 310.65º 0.91% 0.5% -
HSV(B) 310.65º 0.95% 0.95% -
XYZ 47.28 23.33 57.27 -
YUV 101.73 184.03 228.05 -
System Red Green Blue C M Y K H S L
Decimal 242 11 201 0 0.95 0.17 0.05 310.65 0.91 0.5
Hex F2 B C9 0 5F 11 5 137 5B 32
Octal 362 13 311 0 137 21 5 467 133 62
Binary 11110010 1011 11001001 0 1011111 10001 101 100110111 1011011 110010

Color Harmonies of #F20BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20BC9

Black with #F20BC9

Text Example


Text Example

White with #F20BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20BC9; }

 p { color: rgb(242,11,201); }

 H1.HeaderClassName
 {
   color: #F20BC9;
 }
 .AnyTagClassName
 {
   color: #F20BC9;
 }
</style>

background-color css

<style>
 a { background-color: #F20BC9; }

 a { background-color: rgb(242,11,201); }

 div.DivClassName
 {
   background-color: #F20BC9;
 }
 .BgClassName
 {
   background-color: #F20BC9;
 }
</style>

border-color css

<style>
 span { border-color: #F20BC9; }

 span { border-color: rgb(242,11,201); }

 td.TdClassName
 {
   border-color: #F20BC9;
 }
 .TagClassName
 {
   border-color: #F20BC9;
 }
</style>