Html Css Color HEX #F20185 Deep Pink

📋 copy color: '#F20185'

red 242 ◦ green 1 ◦ blue 133

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

Shades of Deep Pink #F20185

Tints of Deep Pink #F20185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.36%
G = 0.27%
B = 35.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20185 (or 0xF20185) is known color: Deep Pink. HEX triplet: F2, 01 and 85. RGB value is (242,1,133). Sum of RGB (Red+Green+Blue) = 242+1+133=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20185 is #0DFE7A. Grayscale: #575757. Windows color (decimal): -917115 or 8716786. OLE color: 8716786.

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

Color convert

RGB 242 1 133 -
CMYK 0 1.00 0.45 0.05
HSL 327.14º 0.99% 0.48% -
HSV(B) 327.14º 1% 0.95% -
XYZ 40.86 20.59 24.01 -
YUV 88.11 153.34 237.77 -
System Red Green Blue C M Y K H S L
Decimal 242 1 133 0 1.00 0.45 0.05 327.14 0.99 0.48
Hex F2 1 85 0 64 2D 5 147 63 30
Octal 362 1 205 0 144 55 5 507 143 60
Binary 11110010 1 10000101 0 1100100 101101 101 101000111 1100011 110000

Color Harmonies of #F20185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20185

Black with #F20185

Text Example


Text Example

White with #F20185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20185; }

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

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

background-color css

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

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

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

border-color css

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

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

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