Html Css Color HEX #F20A8F Deep Pink

📋 copy color: '#F20A8F'

red 242 ◦ green 10 ◦ blue 143

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

Shades of Deep Pink #F20A8F

Tints of Deep Pink #F20A8F

RGB

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

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

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

R = 61.27%
G = 2.53%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F20A8F (or 0xF20A8F) is known color: Deep Pink. HEX triplet: F2, 0A and 8F. RGB value is (242,10,143). Sum of RGB (Red+Green+Blue) = 242+10+143=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A8F is #0DF570. Grayscale: #5E5E5E. Windows color (decimal): -914801 or 9374450. OLE color: 9374450.

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

Color convert

RGB 242 10 143 -
CMYK 0 0.96 0.41 0.05
HSL 325.6º 0.92% 0.49% -
HSV(B) 325.6º 0.96% 0.95% -
XYZ 41.68 21.08 27.86 -
YUV 94.53 155.36 233.19 -
System Red Green Blue C M Y K H S L
Decimal 242 10 143 0 0.96 0.41 0.05 325.6 0.92 0.49
Hex F2 A 8F 0 60 29 5 146 5C 31
Octal 362 12 217 0 140 51 5 506 134 61
Binary 11110010 1010 10001111 0 1100000 101001 101 101000110 1011100 110001

Color Harmonies of #F20A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A8F

Black with #F20A8F

Text Example


Text Example

White with #F20A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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