Html Css Color HEX #F62090 Deep Pink

📋 copy color: '#F62090'

red 246 ◦ green 32 ◦ blue 144

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

Shades of Deep Pink #F62090

Tints of Deep Pink #F62090

RGB

 RED value IS 246 (96.48% from 255) = 58.29%

 GREEN value IS 32 (12.89% from 255) = 7.58%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 58.29%
G = 7.58%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F62090 (or 0xF62090) is known color: Deep Pink. HEX triplet: F6, 20 and 90. RGB value is (246,32,144). Sum of RGB (Red+Green+Blue) = 246+32+144=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F62090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62090 is #09DF6F. Grayscale: #6C6C6C. Windows color (decimal): -647024 or 9445622. OLE color: 9445622.

HSL color Cylindrical-coordinate representation of color #F62090: hue angle of 328.6º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62090 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 144 -
CMYK 0 0.87 0.41 0.04
HSL 328.6º 0.92% 0.55% -
HSV(B) 328.6º 0.87% 0.96% -
XYZ 43.56 22.64 28.46 -
YUV 108.75 147.9 225.89 -
System Red Green Blue C M Y K H S L
Decimal 246 32 144 0 0.87 0.41 0.04 328.6 0.92 0.55
Hex F6 20 90 0 57 29 4 149 5C 37
Octal 366 40 220 0 127 51 4 511 134 67
Binary 11110110 100000 10010000 0 1010111 101001 100 101001001 1011100 110111

Color Harmonies of #F62090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62090

Black with #F62090

Text Example


Text Example

White with #F62090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62090; }

 p { color: rgb(246,32,144); }

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

background-color css

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

 a { background-color: rgb(246,32,144); }

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

border-color css

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

 span { border-color: rgb(246,32,144); }

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