Html Css Color HEX #F92580 Deep Pink

📋 copy color: '#F92580'

red 249 ◦ green 37 ◦ blue 128

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

Shades of Deep Pink #F92580

Tints of Deep Pink #F92580

RGB

 RED value IS 249 (97.66% from 255) = 60.14%

 GREEN value IS 37 (14.84% from 255) = 8.94%

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

R = 60.14%
G = 8.94%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F92580 (or 0xF92580) is known color: Deep Pink. HEX triplet: F9, 25 and 80. RGB value is (249,37,128). Sum of RGB (Red+Green+Blue) = 249+37+128=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F92580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92580 is #06DA7F. Grayscale: #6E6E6E. Windows color (decimal): -449152 or 8398329. OLE color: 8398329.

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

Color convert

RGB 249 37 128 -
CMYK 0 0.85 0.49 0.02
HSL 334.25º 0.95% 0.56% -
HSV(B) 334.25º 0.85% 0.98% -
XYZ 43.62 23.02 22.57 -
YUV 110.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 249 37 128 0 0.85 0.49 0.02 334.25 0.95 0.56
Hex F9 25 80 0 55 31 2 14E 5F 38
Octal 371 45 200 0 125 61 2 516 137 70
Binary 11111001 100101 10000000 0 1010101 110001 10 101001110 1011111 111000

Color Harmonies of #F92580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92580

Black with #F92580

Text Example


Text Example

White with #F92580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92580; }

 p { color: rgb(249,37,128); }

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

background-color css

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

 a { background-color: rgb(249,37,128); }

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

border-color css

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

 span { border-color: rgb(249,37,128); }

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