Html Css Color HEX #F20F8A Deep Pink

📋 copy color: '#F20F8A'

red 242 ◦ green 15 ◦ blue 138

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

Shades of Deep Pink #F20F8A

Tints of Deep Pink #F20F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.8%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 61.27%
G = 3.8%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F20F8A (or 0xF20F8A) is known color: Deep Pink. HEX triplet: F2, 0F and 8A. RGB value is (242,15,138). Sum of RGB (Red+Green+Blue) = 242+15+138=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20F8A is #0DF075. Grayscale: #606060. Windows color (decimal): -913526 or 9048050. OLE color: 9048050.

HSL color Cylindrical-coordinate representation of color #F20F8A: hue angle of 327.49º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F8A is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 15 138 -
CMYK 0 0.94 0.43 0.05
HSL 327.49º 0.9% 0.5% -
HSV(B) 327.49º 0.94% 0.95% -
XYZ 41.38 21.05 25.93 -
YUV 96.9 151.21 231.5 -
System Red Green Blue C M Y K H S L
Decimal 242 15 138 0 0.94 0.43 0.05 327.49 0.9 0.5
Hex F2 F 8A 0 5E 2B 5 147 5A 32
Octal 362 17 212 0 136 53 5 507 132 62
Binary 11110010 1111 10001010 0 1011110 101011 101 101000111 1011010 110010

Color Harmonies of #F20F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20F8A

Black with #F20F8A

Text Example


Text Example

White with #F20F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20F8A; }

 p { color: rgb(242,15,138); }

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

background-color css

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

 a { background-color: rgb(242,15,138); }

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

border-color css

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

 span { border-color: rgb(242,15,138); }

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