Html Css Color HEX #F92488 Deep Pink

📋 copy color: '#F92488'

red 249 ◦ green 36 ◦ blue 136

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

Shades of Deep Pink #F92488

Tints of Deep Pink #F92488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.3%

R = 59.14%
G = 8.55%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F92488 (or 0xF92488) is known color: Deep Pink. HEX triplet: F9, 24 and 88. RGB value is (249,36,136). Sum of RGB (Red+Green+Blue) = 249+36+136=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F92488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92488 is #06DB77. Grayscale: #6E6E6E. Windows color (decimal): -449400 or 8922361. OLE color: 8922361.

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

Color convert

RGB 249 36 136 -
CMYK 0 0.86 0.45 0.02
HSL 331.83º 0.95% 0.56% -
HSV(B) 331.83º 0.86% 0.98% -
XYZ 44.14 23.18 25.44 -
YUV 111.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 249 36 136 0 0.86 0.45 0.02 331.83 0.95 0.56
Hex F9 24 88 0 56 2D 2 14C 5F 38
Octal 371 44 210 0 126 55 2 514 137 70
Binary 11111001 100100 10001000 0 1010110 101101 10 101001100 1011111 111000

Color Harmonies of #F92488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92488

Black with #F92488

Text Example


Text Example

White with #F92488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92488; }

 p { color: rgb(249,36,136); }

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

background-color css

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

 a { background-color: rgb(249,36,136); }

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

border-color css

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

 span { border-color: rgb(249,36,136); }

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