Html Css Color HEX #F92581 Deep Pink

📋 copy color: '#F92581'

red 249 ◦ green 37 ◦ blue 129

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

Shades of Deep Pink #F92581

Tints of Deep Pink #F92581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 60%
G = 8.92%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F92581 (or 0xF92581) is known color: Deep Pink. HEX triplet: F9, 25 and 81. RGB value is (249,37,129). Sum of RGB (Red+Green+Blue) = 249+37+129=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F92581 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92581 is #06DA7E. Grayscale: #6E6E6E. Windows color (decimal): -449151 or 8463865. OLE color: 8463865.

HSL color Cylindrical-coordinate representation of color #F92581: hue angle of 333.96º 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 #F92581 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 129 -
CMYK 0 0.85 0.48 0.02
HSL 333.96º 0.95% 0.56% -
HSV(B) 333.96º 0.85% 0.98% -
XYZ 43.69 23.05 22.91 -
YUV 110.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 249 37 129 0 0.85 0.48 0.02 333.96 0.95 0.56
Hex F9 25 81 0 55 30 2 14E 5F 38
Octal 371 45 201 0 125 60 2 516 137 70
Binary 11111001 100101 10000001 0 1010101 110000 10 101001110 1011111 111000

Color Harmonies of #F92581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92581

Black with #F92581

Text Example


Text Example

White with #F92581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92581; }

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

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

background-color css

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

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

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

border-color css

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

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

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