Html Css Color HEX #F012CA Shocking Pink

📋 copy color: '#F012CA'

red 240 ◦ green 18 ◦ blue 202

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

Shades of Shocking Pink #F012CA

Tints of Shocking Pink #F012CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.91%

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

R = 52.17%
G = 3.91%
B = 43.91%

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

#F012CA (or 0xF012CA) is known color: Shocking Pink. HEX triplet: F0, 12 and CA. RGB value is (240,18,202). Sum of RGB (Red+Green+Blue) = 240+18+202=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F012CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012CA is #0FED35. Grayscale: #686868. Windows color (decimal): -1043766 or 13243120. OLE color: 13243120.

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

Color convert

RGB 240 18 202 -
CMYK 0 0.92 0.16 0.06
HSL 310.27º 0.88% 0.51% -
HSV(B) 310.27º 0.93% 0.94% -
XYZ 46.81 23.22 57.89 -
YUV 105.35 182.55 224.04 -
System Red Green Blue C M Y K H S L
Decimal 240 18 202 0 0.92 0.16 0.06 310.27 0.88 0.51
Hex F0 12 CA 0 5C 10 6 136 58 33
Octal 360 22 312 0 134 20 6 466 130 63
Binary 11110000 10010 11001010 0 1011100 10000 110 100110110 1011000 110011

Color Harmonies of #F012CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012CA

Black with #F012CA

Text Example


Text Example

White with #F012CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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