Html Css Color HEX #F014CC Shocking Pink

📋 copy color: '#F014CC'

red 240 ◦ green 20 ◦ blue 204

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

Shades of Shocking Pink #F014CC

Tints of Shocking Pink #F014CC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.31%

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

R = 51.72%
G = 4.31%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F014CC (or 0xF014CC) is known color: Shocking Pink. HEX triplet: F0, 14 and CC. RGB value is (240,20,204). Sum of RGB (Red+Green+Blue) = 240+20+204=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F014CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F014CC is #0FEB33. Grayscale: #6A6A6A. Windows color (decimal): -1043252 or 13374704. OLE color: 13374704.

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

Color convert

RGB 240 20 204 -
CMYK 0 0.92 0.15 0.06
HSL 309.82º 0.88% 0.51% -
HSV(B) 309.82º 0.92% 0.94% -
XYZ 47.08 23.39 59.16 -
YUV 106.76 182.89 223.04 -
System Red Green Blue C M Y K H S L
Decimal 240 20 204 0 0.92 0.15 0.06 309.82 0.88 0.51
Hex F0 14 CC 0 5C F 6 136 58 33
Octal 360 24 314 0 134 17 6 466 130 63
Binary 11110000 10100 11001100 0 1011100 1111 110 100110110 1011000 110011

Color Harmonies of #F014CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014CC

Black with #F014CC

Text Example


Text Example

White with #F014CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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