Html Css Color HEX #F20C8F Deep Pink

📋 copy color: '#F20C8F'

red 242 ◦ green 12 ◦ blue 143

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

Shades of Deep Pink #F20C8F

Tints of Deep Pink #F20C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 60.96%
G = 3.02%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F20C8F (or 0xF20C8F) is known color: Deep Pink. HEX triplet: F2, 0C and 8F. RGB value is (242,12,143). Sum of RGB (Red+Green+Blue) = 242+12+143=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20C8F is #0DF370. Grayscale: #5F5F5F. Windows color (decimal): -914289 or 9374962. OLE color: 9374962.

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

Color convert

RGB 242 12 143 -
CMYK 0 0.95 0.41 0.05
HSL 325.83º 0.91% 0.5% -
HSV(B) 325.83º 0.95% 0.95% -
XYZ 41.71 21.12 27.87 -
YUV 95.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 242 12 143 0 0.95 0.41 0.05 325.83 0.91 0.5
Hex F2 C 8F 0 5F 29 5 146 5B 32
Octal 362 14 217 0 137 51 5 506 133 62
Binary 11110010 1100 10001111 0 1011111 101001 101 101000110 1011011 110010

Color Harmonies of #F20C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20C8F

Black with #F20C8F

Text Example


Text Example

White with #F20C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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