Html Css Color HEX #F20985 Deep Pink

📋 copy color: '#F20985'

red 242 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #F20985

Tints of Deep Pink #F20985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 63.02%
G = 2.34%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20985 (or 0xF20985) is known color: Deep Pink. HEX triplet: F2, 09 and 85. RGB value is (242,9,133). Sum of RGB (Red+Green+Blue) = 242+9+133=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F20985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20985 is #0DF67A. Grayscale: #5C5C5C. Windows color (decimal): -915067 or 8718834. OLE color: 8718834.

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

Color convert

RGB 242 9 133 -
CMYK 0 0.96 0.45 0.05
HSL 328.07º 0.93% 0.49% -
HSV(B) 328.07º 0.96% 0.95% -
XYZ 40.95 20.77 24.04 -
YUV 92.8 150.69 234.42 -
System Red Green Blue C M Y K H S L
Decimal 242 9 133 0 0.96 0.45 0.05 328.07 0.93 0.49
Hex F2 9 85 0 60 2D 5 148 5D 31
Octal 362 11 205 0 140 55 5 510 135 61
Binary 11110010 1001 10000101 0 1100000 101101 101 101001000 1011101 110001

Color Harmonies of #F20985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20985

Black with #F20985

Text Example


Text Example

White with #F20985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20985; }

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

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

background-color css

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

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

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

border-color css

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

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

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