Html Css Color HEX #F01ECD Shocking Pink

📋 copy color: '#F01ECD'

red 240 ◦ green 30 ◦ blue 205

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

Shades of Shocking Pink #F01ECD

Tints of Shocking Pink #F01ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.32%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 50.53%
G = 6.32%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F01ECD (or 0xF01ECD) is known color: Shocking Pink. HEX triplet: F0, 1E and CD. RGB value is (240,30,205). Sum of RGB (Red+Green+Blue) = 240+30+205=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECD is #0FE132. Grayscale: #707070. Windows color (decimal): -1040691 or 13442800. OLE color: 13442800.

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

Color convert

RGB 240 30 205 -
CMYK 0 0.87 0.15 0.06
HSL 310º 0.88% 0.53% -
HSV(B) 310º 0.88% 0.94% -
XYZ 47.42 23.86 59.86 -
YUV 112.74 180.07 218.77 -
System Red Green Blue C M Y K H S L
Decimal 240 30 205 0 0.87 0.15 0.06 310 0.88 0.53
Hex F0 1E CD 0 57 F 6 136 58 35
Octal 360 36 315 0 127 17 6 466 130 65
Binary 11110000 11110 11001101 0 1010111 1111 110 100110110 1011000 110101

Color Harmonies of #F01ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ECD

Black with #F01ECD

Text Example


Text Example

White with #F01ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ECD; }

 p { color: rgb(240,30,205); }

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

background-color css

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

 a { background-color: rgb(240,30,205); }

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

border-color css

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

 span { border-color: rgb(240,30,205); }

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