Html Css Color HEX #F20AC2 Shocking Pink

📋 copy color: '#F20AC2'

red 242 ◦ green 10 ◦ blue 194

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

Shades of Shocking Pink #F20AC2

Tints of Shocking Pink #F20AC2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

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

R = 54.26%
G = 2.24%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F20AC2 (or 0xF20AC2) is known color: Shocking Pink. HEX triplet: F2, 0A and C2. RGB value is (242,10,194). Sum of RGB (Red+Green+Blue) = 242+10+194=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AC2 is #0DF53D. Grayscale: #636363. Windows color (decimal): -914750 or 12716786. OLE color: 12716786.

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

Color convert

RGB 242 10 194 -
CMYK 0 0.96 0.20 0.05
HSL 312.41º 0.92% 0.49% -
HSV(B) 312.41º 0.96% 0.95% -
XYZ 46.46 22.99 53.03 -
YUV 100.34 180.86 229.04 -
System Red Green Blue C M Y K H S L
Decimal 242 10 194 0 0.96 0.20 0.05 312.41 0.92 0.49
Hex F2 A C2 0 60 14 5 138 5C 31
Octal 362 12 302 0 140 24 5 470 134 61
Binary 11110010 1010 11000010 0 1100000 10100 101 100111000 1011100 110001

Color Harmonies of #F20AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20AC2

Black with #F20AC2

Text Example


Text Example

White with #F20AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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