Html Css Color HEX #F20686 Deep Pink

📋 copy color: '#F20686'

red 242 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #F20686

Tints of Deep Pink #F20686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 63.35%
G = 1.57%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F20686 (or 0xF20686) is known color: Deep Pink. HEX triplet: F2, 06 and 86. RGB value is (242,6,134). Sum of RGB (Red+Green+Blue) = 242+6+134=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F20686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20686 is #0DF979. Grayscale: #5A5A5A. Windows color (decimal): -915834 or 8783602. OLE color: 8783602.

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

Color convert

RGB 242 6 134 -
CMYK 0 0.98 0.45 0.05
HSL 327.46º 0.95% 0.49% -
HSV(B) 327.46º 0.98% 0.95% -
XYZ 40.99 20.73 24.4 -
YUV 91.16 152.19 235.59 -
System Red Green Blue C M Y K H S L
Decimal 242 6 134 0 0.98 0.45 0.05 327.46 0.95 0.49
Hex F2 6 86 0 62 2D 5 147 5F 31
Octal 362 6 206 0 142 55 5 507 137 61
Binary 11110010 110 10000110 0 1100010 101101 101 101000111 1011111 110001

Color Harmonies of #F20686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20686

Black with #F20686

Text Example


Text Example

White with #F20686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20686; }

 p { color: rgb(242,6,134); }

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

background-color css

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

 a { background-color: rgb(242,6,134); }

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

border-color css

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

 span { border-color: rgb(242,6,134); }

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