Html Css Color HEX #F62480 Deep Pink

📋 copy color: '#F62480'

red 246 ◦ green 36 ◦ blue 128

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

Shades of Deep Pink #F62480

Tints of Deep Pink #F62480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.78%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 60%
G = 8.78%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F62480 (or 0xF62480) is known color: Deep Pink. HEX triplet: F6, 24 and 80. RGB value is (246,36,128). Sum of RGB (Red+Green+Blue) = 246+36+128=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F62480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62480 is #09DB7F. Grayscale: #6D6D6D. Windows color (decimal): -646016 or 8398070. OLE color: 8398070.

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

Color convert

RGB 246 36 128 -
CMYK 0 0.85 0.48 0.04
HSL 333.71º 0.92% 0.55% -
HSV(B) 333.71º 0.85% 0.96% -
XYZ 42.53 22.41 22.51 -
YUV 109.28 138.57 225.52 -
System Red Green Blue C M Y K H S L
Decimal 246 36 128 0 0.85 0.48 0.04 333.71 0.92 0.55
Hex F6 24 80 0 55 30 4 14E 5C 37
Octal 366 44 200 0 125 60 4 516 134 67
Binary 11110110 100100 10000000 0 1010101 110000 100 101001110 1011100 110111

Color Harmonies of #F62480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62480

Black with #F62480

Text Example


Text Example

White with #F62480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62480; }

 p { color: rgb(246,36,128); }

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

background-color css

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

 a { background-color: rgb(246,36,128); }

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

border-color css

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

 span { border-color: rgb(246,36,128); }

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