Html Css Color HEX #F20285 Deep Pink

📋 copy color: '#F20285'

red 242 ◦ green 2 ◦ blue 133

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

Shades of Deep Pink #F20285

Tints of Deep Pink #F20285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 64.19%
G = 0.53%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20285 (or 0xF20285) is known color: Deep Pink. HEX triplet: F2, 02 and 85. RGB value is (242,2,133). Sum of RGB (Red+Green+Blue) = 242+2+133=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F20285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20285 is #0DFD7A. Grayscale: #585858. Windows color (decimal): -916859 or 8717042. OLE color: 8717042.

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

Color convert

RGB 242 2 133 -
CMYK 0 0.99 0.45 0.05
HSL 327.25º 0.98% 0.48% -
HSV(B) 327.25º 0.99% 0.95% -
XYZ 40.87 20.61 24.01 -
YUV 88.69 153.01 237.35 -
System Red Green Blue C M Y K H S L
Decimal 242 2 133 0 0.99 0.45 0.05 327.25 0.98 0.48
Hex F2 2 85 0 63 2D 5 147 62 30
Octal 362 2 205 0 143 55 5 507 142 60
Binary 11110010 10 10000101 0 1100011 101101 101 101000111 1100010 110000

Color Harmonies of #F20285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20285

Black with #F20285

Text Example


Text Example

White with #F20285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20285; }

 p { color: rgb(242,2,133); }

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

background-color css

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

 a { background-color: rgb(242,2,133); }

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

border-color css

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

 span { border-color: rgb(242,2,133); }

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