Html Css Color HEX #F013CA Shocking Pink

📋 copy color: '#F013CA'

red 240 ◦ green 19 ◦ blue 202

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

Shades of Shocking Pink #F013CA

Tints of Shocking Pink #F013CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 52.06%
G = 4.12%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F013CA (or 0xF013CA) is known color: Shocking Pink. HEX triplet: F0, 13 and CA. RGB value is (240,19,202). Sum of RGB (Red+Green+Blue) = 240+19+202=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F013CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013CA is #0FEC35. Grayscale: #696969. Windows color (decimal): -1043510 or 13243376. OLE color: 13243376.

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

Color convert

RGB 240 19 202 -
CMYK 0 0.92 0.16 0.06
HSL 310.32º 0.88% 0.51% -
HSV(B) 310.32º 0.92% 0.94% -
XYZ 46.83 23.26 57.9 -
YUV 105.94 182.22 223.62 -
System Red Green Blue C M Y K H S L
Decimal 240 19 202 0 0.92 0.16 0.06 310.32 0.88 0.51
Hex F0 13 CA 0 5C 10 6 136 58 33
Octal 360 23 312 0 134 20 6 466 130 63
Binary 11110000 10011 11001010 0 1011100 10000 110 100110110 1011000 110011

Color Harmonies of #F013CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013CA

Black with #F013CA

Text Example


Text Example

White with #F013CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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