Html Css Color HEX #F20679 Deep Pink

📋 copy color: '#F20679'

red 242 ◦ green 6 ◦ blue 121

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

Shades of Deep Pink #F20679

Tints of Deep Pink #F20679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 65.58%
G = 1.63%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20679 (or 0xF20679) is known color: Deep Pink. HEX triplet: F2, 06 and 79. RGB value is (242,6,121). Sum of RGB (Red+Green+Blue) = 242+6+121=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F20679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20679 is #0DF986. Grayscale: #595959. Windows color (decimal): -915847 or 7931634. OLE color: 7931634.

HSL color Cylindrical-coordinate representation of color #F20679: hue angle of 330.76º 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 #F20679 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 121 -
CMYK 0 0.98 0.50 0.05
HSL 330.76º 0.95% 0.49% -
HSV(B) 330.76º 0.98% 0.95% -
XYZ 40.13 20.39 19.91 -
YUV 89.67 145.69 236.65 -
System Red Green Blue C M Y K H S L
Decimal 242 6 121 0 0.98 0.50 0.05 330.76 0.95 0.49
Hex F2 6 79 0 62 32 5 14B 5F 31
Octal 362 6 171 0 142 62 5 513 137 61
Binary 11110010 110 1111001 0 1100010 110010 101 101001011 1011111 110001

Color Harmonies of #F20679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20679

Black with #F20679

Text Example


Text Example

White with #F20679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20679; }

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

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

background-color css

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

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

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

border-color css

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

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

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