Html Css Color HEX #F412CA Shocking Pink

📋 copy color: '#F412CA'

red 244 ◦ green 18 ◦ blue 202

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

Shades of Shocking Pink #F412CA

Tints of Shocking Pink #F412CA

RGB

 RED value IS 244 (95.7% from 255) = 52.59%

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

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

R = 52.59%
G = 3.88%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F412CA (or 0xF412CA) is known color: Shocking Pink. HEX triplet: F4, 12 and CA. RGB value is (244,18,202). Sum of RGB (Red+Green+Blue) = 244+18+202=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F412CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412CA is #0BED35. Grayscale: #6A6A6A. Windows color (decimal): -781622 or 13243124. OLE color: 13243124.

HSL color Cylindrical-coordinate representation of color #F412CA: hue angle of 311.15º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 202 -
CMYK 0 0.93 0.17 0.04
HSL 311.15º 0.91% 0.51% -
HSV(B) 311.15º 0.93% 0.96% -
XYZ 48.19 23.93 57.96 -
YUV 106.55 181.87 226.04 -
System Red Green Blue C M Y K H S L
Decimal 244 18 202 0 0.93 0.17 0.04 311.15 0.91 0.51
Hex F4 12 CA 0 5D 11 4 137 5B 33
Octal 364 22 312 0 135 21 4 467 133 63
Binary 11110100 10010 11001010 0 1011101 10001 100 100110111 1011011 110011

Color Harmonies of #F412CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412CA

Black with #F412CA

Text Example


Text Example

White with #F412CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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