Html Css Color HEX #F01DCC Shocking Pink

📋 copy color: '#F01DCC'

red 240 ◦ green 29 ◦ blue 204

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

Shades of Shocking Pink #F01DCC

Tints of Shocking Pink #F01DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 50.74%
G = 6.13%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F01DCC (or 0xF01DCC) is known color: Shocking Pink. HEX triplet: F0, 1D and CC. RGB value is (240,29,204). Sum of RGB (Red+Green+Blue) = 240+29+204=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DCC is #0FE233. Grayscale: #6F6F6F. Windows color (decimal): -1040948 or 13377008. OLE color: 13377008.

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

Color convert

RGB 240 29 204 -
CMYK 0 0.88 0.15 0.06
HSL 310.24º 0.88% 0.53% -
HSV(B) 310.24º 0.88% 0.94% -
XYZ 47.27 23.76 59.22 -
YUV 112.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 240 29 204 0 0.88 0.15 0.06 310.24 0.88 0.53
Hex F0 1D CC 0 58 F 6 136 58 35
Octal 360 35 314 0 130 17 6 466 130 65
Binary 11110000 11101 11001100 0 1011000 1111 110 100110110 1011000 110101

Color Harmonies of #F01DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DCC

Black with #F01DCC

Text Example


Text Example

White with #F01DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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