Html Css Color HEX #F01CCD Shocking Pink

📋 copy color: '#F01CCD'

red 240 ◦ green 28 ◦ blue 205

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

Shades of Shocking Pink #F01CCD

Tints of Shocking Pink #F01CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.92%

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

R = 50.74%
G = 5.92%
B = 43.34%

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

#F01CCD (or 0xF01CCD) is known color: Shocking Pink. HEX triplet: F0, 1C and CD. RGB value is (240,28,205). Sum of RGB (Red+Green+Blue) = 240+28+205=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CCD is #0FE332. Grayscale: #6F6F6F. Windows color (decimal): -1041203 or 13442288. OLE color: 13442288.

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

Color convert

RGB 240 28 205 -
CMYK 0 0.88 0.15 0.06
HSL 309.91º 0.88% 0.53% -
HSV(B) 309.91º 0.88% 0.94% -
XYZ 47.37 23.76 59.85 -
YUV 111.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 240 28 205 0 0.88 0.15 0.06 309.91 0.88 0.53
Hex F0 1C CD 0 58 F 6 136 58 35
Octal 360 34 315 0 130 17 6 466 130 65
Binary 11110000 11100 11001101 0 1011000 1111 110 100110110 1011000 110101

Color Harmonies of #F01CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CCD

Black with #F01CCD

Text Example


Text Example

White with #F01CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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