Html Css Color HEX #F019DB Shocking Pink

📋 copy color: '#F019DB'

red 240 ◦ green 25 ◦ blue 219

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

Shades of Shocking Pink #F019DB

Tints of Shocking Pink #F019DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 49.59%
G = 5.17%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F019DB (or 0xF019DB) is known color: Shocking Pink. HEX triplet: F0, 19 and DB. RGB value is (240,25,219). Sum of RGB (Red+Green+Blue) = 240+25+219=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F019DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019DB is #0FE624. Grayscale: #6E6E6E. Windows color (decimal): -1041957 or 14359024. OLE color: 14359024.

HSL color Cylindrical-coordinate representation of color #F019DB: hue angle of 305.86º 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 #F019DB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 219 -
CMYK 0 0.90 0.09 0.06
HSL 305.86º 0.88% 0.52% -
HSV(B) 305.86º 0.9% 0.94% -
XYZ 49.07 24.34 69.13 -
YUV 111.4 188.73 219.73 -
System Red Green Blue C M Y K H S L
Decimal 240 25 219 0 0.90 0.09 0.06 305.86 0.88 0.52
Hex F0 19 DB 0 5A 9 6 132 58 34
Octal 360 31 333 0 132 11 6 462 130 64
Binary 11110000 11001 11011011 0 1011010 1001 110 100110010 1011000 110100

Color Harmonies of #F019DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019DB

Black with #F019DB

Text Example


Text Example

White with #F019DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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