Html Css Color HEX #F20CC2 Shocking Pink

📋 copy color: '#F20CC2'

red 242 ◦ green 12 ◦ blue 194

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

Shades of Shocking Pink #F20CC2

Tints of Shocking Pink #F20CC2

RGB

 RED value IS 242 (94.92% from 255) = 54.02%

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 54.02%
G = 2.68%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F20CC2 (or 0xF20CC2) is known color: Shocking Pink. HEX triplet: F2, 0C and C2. RGB value is (242,12,194). Sum of RGB (Red+Green+Blue) = 242+12+194=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CC2 is #0DF33D. Grayscale: #656565. Windows color (decimal): -914238 or 12717298. OLE color: 12717298.

HSL color Cylindrical-coordinate representation of color #F20CC2: hue angle of 312.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CC2 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 194 -
CMYK 0 0.95 0.20 0.05
HSL 312.52º 0.91% 0.5% -
HSV(B) 312.52º 0.95% 0.95% -
XYZ 46.49 23.04 53.04 -
YUV 101.52 180.2 228.2 -
System Red Green Blue C M Y K H S L
Decimal 242 12 194 0 0.95 0.20 0.05 312.52 0.91 0.5
Hex F2 C C2 0 5F 14 5 139 5B 32
Octal 362 14 302 0 137 24 5 471 133 62
Binary 11110010 1100 11000010 0 1011111 10100 101 100111001 1011011 110010

Color Harmonies of #F20CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CC2

Black with #F20CC2

Text Example


Text Example

White with #F20CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CC2; }

 p { color: rgb(242,12,194); }

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

background-color css

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

 a { background-color: rgb(242,12,194); }

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

border-color css

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

 span { border-color: rgb(242,12,194); }

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