Html Css Color HEX #F91487 Deep Pink

📋 copy color: '#F91487'

red 249 ◦ green 20 ◦ blue 135

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

Shades of Deep Pink #F91487

Tints of Deep Pink #F91487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.95%

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

R = 61.63%
G = 4.95%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F91487 (or 0xF91487) is known color: Deep Pink. HEX triplet: F9, 14 and 87. RGB value is (249,20,135). Sum of RGB (Red+Green+Blue) = 249+20+135=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F91487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91487 is #06EB78. Grayscale: #656565. Windows color (decimal): -453497 or 8852729. OLE color: 8852729.

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

Color convert

RGB 249 20 135 -
CMYK 0 0.92 0.46 0.02
HSL 329.87º 0.95% 0.53% -
HSV(B) 329.87º 0.92% 0.98% -
XYZ 43.69 22.39 24.94 -
YUV 101.58 146.87 233.15 -
System Red Green Blue C M Y K H S L
Decimal 249 20 135 0 0.92 0.46 0.02 329.87 0.95 0.53
Hex F9 14 87 0 5C 2E 2 14A 5F 35
Octal 371 24 207 0 134 56 2 512 137 65
Binary 11111001 10100 10000111 0 1011100 101110 10 101001010 1011111 110101

Color Harmonies of #F91487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91487

Black with #F91487

Text Example


Text Example

White with #F91487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91487; }

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

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

background-color css

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

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

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

border-color css

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

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

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