Html Css Color HEX #F016CB Shocking Pink

📋 copy color: '#F016CB'

red 240 ◦ green 22 ◦ blue 203

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

Shades of Shocking Pink #F016CB

Tints of Shocking Pink #F016CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.73%

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

R = 51.61%
G = 4.73%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F016CB (or 0xF016CB) is known color: Shocking Pink. HEX triplet: F0, 16 and CB. RGB value is (240,22,203). Sum of RGB (Red+Green+Blue) = 240+22+203=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F016CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016CB is #0FE934. Grayscale: #6B6B6B. Windows color (decimal): -1042741 or 13309680. OLE color: 13309680.

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

Color convert

RGB 240 22 203 -
CMYK 0 0.91 0.15 0.06
HSL 310.18º 0.88% 0.51% -
HSV(B) 310.18º 0.91% 0.94% -
XYZ 47 23.41 58.54 -
YUV 107.82 181.72 222.28 -
System Red Green Blue C M Y K H S L
Decimal 240 22 203 0 0.91 0.15 0.06 310.18 0.88 0.51
Hex F0 16 CB 0 5B F 6 136 58 33
Octal 360 26 313 0 133 17 6 466 130 63
Binary 11110000 10110 11001011 0 1011011 1111 110 100110110 1011000 110011

Color Harmonies of #F016CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016CB

Black with #F016CB

Text Example


Text Example

White with #F016CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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