Html Css Color HEX #F019CB Shocking Pink

📋 copy color: '#F019CB'

red 240 ◦ green 25 ◦ blue 203

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

Shades of Shocking Pink #F019CB

Tints of Shocking Pink #F019CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.34%

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

R = 51.28%
G = 5.34%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F019CB (or 0xF019CB) is known color: Shocking Pink. HEX triplet: F0, 19 and CB. RGB value is (240,25,203). Sum of RGB (Red+Green+Blue) = 240+25+203=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F019CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019CB is #0FE634. Grayscale: #6D6D6D. Windows color (decimal): -1041973 or 13310448. OLE color: 13310448.

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

Color convert

RGB 240 25 203 -
CMYK 0 0.90 0.15 0.06
HSL 310.33º 0.88% 0.52% -
HSV(B) 310.33º 0.9% 0.94% -
XYZ 47.06 23.53 58.56 -
YUV 109.58 180.73 221.03 -
System Red Green Blue C M Y K H S L
Decimal 240 25 203 0 0.90 0.15 0.06 310.33 0.88 0.52
Hex F0 19 CB 0 5A F 6 136 58 34
Octal 360 31 313 0 132 17 6 466 130 64
Binary 11110000 11001 11001011 0 1011010 1111 110 100110110 1011000 110100

Color Harmonies of #F019CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019CB

Black with #F019CB

Text Example


Text Example

White with #F019CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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