Html Css Color HEX #F011CB Shocking Pink

📋 copy color: '#F011CB'

red 240 ◦ green 17 ◦ blue 203

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

Shades of Shocking Pink #F011CB

Tints of Shocking Pink #F011CB

RGB

 RED value IS 240 (94.14% from 255) = 52.17%

 GREEN value IS 17 (7.03% from 255) = 3.7%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 52.17%
G = 3.7%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F011CB (or 0xF011CB) is known color: Shocking Pink. HEX triplet: F0, 11 and CB. RGB value is (240,17,203). Sum of RGB (Red+Green+Blue) = 240+17+203=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F011CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011CB is #0FEE34. Grayscale: #686868. Windows color (decimal): -1044021 or 13308400. OLE color: 13308400.

HSL color Cylindrical-coordinate representation of color #F011CB: hue angle of 309.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011CB is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 203 -
CMYK 0 0.93 0.15 0.06
HSL 309.96º 0.88% 0.5% -
HSV(B) 309.96º 0.93% 0.94% -
XYZ 46.92 23.24 58.51 -
YUV 104.88 183.38 224.38 -
System Red Green Blue C M Y K H S L
Decimal 240 17 203 0 0.93 0.15 0.06 309.96 0.88 0.5
Hex F0 11 CB 0 5D F 6 136 58 32
Octal 360 21 313 0 135 17 6 466 130 62
Binary 11110000 10001 11001011 0 1011101 1111 110 100110110 1011000 110010

Color Harmonies of #F011CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011CB

Black with #F011CB

Text Example


Text Example

White with #F011CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011CB; }

 p { color: rgb(240,17,203); }

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

background-color css

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

 a { background-color: rgb(240,17,203); }

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

border-color css

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

 span { border-color: rgb(240,17,203); }

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