Html Css Color HEX #F010CC Shocking Pink

📋 copy color: '#F010CC'

red 240 ◦ green 16 ◦ blue 204

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

Shades of Shocking Pink #F010CC

Tints of Shocking Pink #F010CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.48%

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

R = 52.17%
G = 3.48%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F010CC (or 0xF010CC) is known color: Shocking Pink. HEX triplet: F0, 10 and CC. RGB value is (240,16,204). Sum of RGB (Red+Green+Blue) = 240+16+204=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F010CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010CC is #0FEF33. Grayscale: #676767. Windows color (decimal): -1044276 or 13373680. OLE color: 13373680.

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

Color convert

RGB 240 16 204 -
CMYK 0 0.93 0.15 0.06
HSL 309.64º 0.88% 0.5% -
HSV(B) 309.64º 0.93% 0.94% -
XYZ 47.02 23.26 59.14 -
YUV 104.41 184.21 224.71 -
System Red Green Blue C M Y K H S L
Decimal 240 16 204 0 0.93 0.15 0.06 309.64 0.88 0.5
Hex F0 10 CC 0 5D F 6 136 58 32
Octal 360 20 314 0 135 17 6 466 130 62
Binary 11110000 10000 11001100 0 1011101 1111 110 100110110 1011000 110010

Color Harmonies of #F010CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010CC

Black with #F010CC

Text Example


Text Example

White with #F010CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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