Html Css Color HEX #F20481 Deep Pink

📋 copy color: '#F20481'

red 242 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #F20481

Tints of Deep Pink #F20481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 64.53%
G = 1.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20481 (or 0xF20481) is known color: Deep Pink. HEX triplet: F2, 04 and 81. RGB value is (242,4,129). Sum of RGB (Red+Green+Blue) = 242+4+129=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F20481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20481 is #0DFB7E. Grayscale: #595959. Windows color (decimal): -916351 or 8455410. OLE color: 8455410.

HSL color Cylindrical-coordinate representation of color #F20481: hue angle of 328.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20481 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 129 -
CMYK 0 0.98 0.47 0.05
HSL 328.49º 0.97% 0.48% -
HSV(B) 328.49º 0.98% 0.95% -
XYZ 40.62 20.55 22.59 -
YUV 89.41 150.35 236.84 -
System Red Green Blue C M Y K H S L
Decimal 242 4 129 0 0.98 0.47 0.05 328.49 0.97 0.48
Hex F2 4 81 0 62 2F 5 148 61 30
Octal 362 4 201 0 142 57 5 510 141 60
Binary 11110010 100 10000001 0 1100010 101111 101 101001000 1100001 110000

Color Harmonies of #F20481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20481

Black with #F20481

Text Example


Text Example

White with #F20481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20481; }

 p { color: rgb(242,4,129); }

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

background-color css

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

 a { background-color: rgb(242,4,129); }

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

border-color css

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

 span { border-color: rgb(242,4,129); }

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