Html Css Color HEX #F20CB5 Shocking Pink

📋 copy color: '#F20CB5'

red 242 ◦ green 12 ◦ blue 181

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

Shades of Shocking Pink #F20CB5

Tints of Shocking Pink #F20CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 55.63%
G = 2.76%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F20CB5 (or 0xF20CB5) is known color: Shocking Pink. HEX triplet: F2, 0C and B5. RGB value is (242,12,181). Sum of RGB (Red+Green+Blue) = 242+12+181=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20CB5 is #0DF34A. Grayscale: #636363. Windows color (decimal): -914251 or 11865330. OLE color: 11865330.

HSL color Cylindrical-coordinate representation of color #F20CB5: hue angle of 315.91º 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 #F20CB5 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 181 -
CMYK 0 0.95 0.25 0.05
HSL 315.91º 0.91% 0.5% -
HSV(B) 315.91º 0.95% 0.95% -
XYZ 45.09 22.48 45.68 -
YUV 100.04 173.7 229.26 -
System Red Green Blue C M Y K H S L
Decimal 242 12 181 0 0.95 0.25 0.05 315.91 0.91 0.5
Hex F2 C B5 0 5F 19 5 13C 5B 32
Octal 362 14 265 0 137 31 5 474 133 62
Binary 11110010 1100 10110101 0 1011111 11001 101 100111100 1011011 110010

Color Harmonies of #F20CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CB5

Black with #F20CB5

Text Example


Text Example

White with #F20CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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