Html Css Color HEX #F20A7F Deep Pink

📋 copy color: '#F20A7F'

red 242 ◦ green 10 ◦ blue 127

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

Shades of Deep Pink #F20A7F

Tints of Deep Pink #F20A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 63.85%
G = 2.64%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F20A7F (or 0xF20A7F) is known color: Deep Pink. HEX triplet: F2, 0A and 7F. RGB value is (242,10,127). Sum of RGB (Red+Green+Blue) = 242+10+127=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A7F is #0DF580. Grayscale: #5C5C5C. Windows color (decimal): -914817 or 8325874. OLE color: 8325874.

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

Color convert

RGB 242 10 127 -
CMYK 0 0.96 0.48 0.05
HSL 329.74º 0.92% 0.49% -
HSV(B) 329.74º 0.96% 0.95% -
XYZ 40.56 20.63 21.92 -
YUV 92.71 147.36 234.49 -
System Red Green Blue C M Y K H S L
Decimal 242 10 127 0 0.96 0.48 0.05 329.74 0.92 0.49
Hex F2 A 7F 0 60 30 5 14A 5C 31
Octal 362 12 177 0 140 60 5 512 134 61
Binary 11110010 1010 1111111 0 1100000 110000 101 101001010 1011100 110001

Color Harmonies of #F20A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A7F

Black with #F20A7F

Text Example


Text Example

White with #F20A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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