Html Css Color HEX #F013CC Shocking Pink

📋 copy color: '#F013CC'

red 240 ◦ green 19 ◦ blue 204

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

Shades of Shocking Pink #F013CC

Tints of Shocking Pink #F013CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

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

R = 51.84%
G = 4.1%
B = 44.06%

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

#F013CC (or 0xF013CC) is known color: Shocking Pink. HEX triplet: F0, 13 and CC. RGB value is (240,19,204). Sum of RGB (Red+Green+Blue) = 240+19+204=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F013CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013CC is #0FEC33. Grayscale: #696969. Windows color (decimal): -1043508 or 13374448. OLE color: 13374448.

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

Color convert

RGB 240 19 204 -
CMYK 0 0.92 0.15 0.06
HSL 309.77º 0.88% 0.51% -
HSV(B) 309.77º 0.92% 0.94% -
XYZ 47.07 23.35 59.15 -
YUV 106.17 183.22 223.46 -
System Red Green Blue C M Y K H S L
Decimal 240 19 204 0 0.92 0.15 0.06 309.77 0.88 0.51
Hex F0 13 CC 0 5C F 6 136 58 33
Octal 360 23 314 0 134 17 6 466 130 63
Binary 11110000 10011 11001100 0 1011100 1111 110 100110110 1011000 110011

Color Harmonies of #F013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013CC

Black with #F013CC

Text Example


Text Example

White with #F013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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