Html Css Color HEX #F90387 Deep Pink

📋 copy color: '#F90387'

red 249 ◦ green 3 ◦ blue 135

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

Shades of Deep Pink #F90387

Tints of Deep Pink #F90387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 64.34%
G = 0.78%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F90387 (or 0xF90387) is known color: Deep Pink. HEX triplet: F9, 03 and 87. RGB value is (249,3,135). Sum of RGB (Red+Green+Blue) = 249+3+135=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F90387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90387 is #06FC78. Grayscale: #5B5B5B. Windows color (decimal): -457849 or 8848377. OLE color: 8848377.

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

Color convert

RGB 249 3 135 -
CMYK 0 0.99 0.46 0.02
HSL 327.8º 0.98% 0.49% -
HSV(B) 327.8º 0.99% 0.98% -
XYZ 43.47 21.95 24.87 -
YUV 91.6 152.5 240.27 -
System Red Green Blue C M Y K H S L
Decimal 249 3 135 0 0.99 0.46 0.02 327.8 0.98 0.49
Hex F9 3 87 0 63 2E 2 148 62 31
Octal 371 3 207 0 143 56 2 510 142 61
Binary 11111001 11 10000111 0 1100011 101110 10 101001000 1100010 110001

Color Harmonies of #F90387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90387

Black with #F90387

Text Example


Text Example

White with #F90387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90387; }

 p { color: rgb(249,3,135); }

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

background-color css

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

 a { background-color: rgb(249,3,135); }

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

border-color css

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

 span { border-color: rgb(249,3,135); }

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