Html Css Color HEX #F01DB9 Shocking Pink

📋 copy color: '#F01DB9'

red 240 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #F01DB9

Tints of Shocking Pink #F01DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 52.86%
G = 6.39%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F01DB9 (or 0xF01DB9) is known color: Shocking Pink. HEX triplet: F0, 1D and B9. RGB value is (240,29,185). Sum of RGB (Red+Green+Blue) = 240+29+185=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DB9 is #0FE246. Grayscale: #6D6D6D. Windows color (decimal): -1040967 or 12131824. OLE color: 12131824.

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

Color convert

RGB 240 29 185 -
CMYK 0 0.88 0.23 0.06
HSL 315.64º 0.88% 0.53% -
HSV(B) 315.64º 0.88% 0.94% -
XYZ 45.13 22.91 47.94 -
YUV 109.87 170.4 220.82 -
System Red Green Blue C M Y K H S L
Decimal 240 29 185 0 0.88 0.23 0.06 315.64 0.88 0.53
Hex F0 1D B9 0 58 17 6 13C 58 35
Octal 360 35 271 0 130 27 6 474 130 65
Binary 11110000 11101 10111001 0 1011000 10111 110 100111100 1011000 110101

Color Harmonies of #F01DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DB9

Black with #F01DB9

Text Example


Text Example

White with #F01DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DB9; }

 p { color: rgb(240,29,185); }

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

background-color css

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

 a { background-color: rgb(240,29,185); }

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

border-color css

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

 span { border-color: rgb(240,29,185); }

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