Html Css Color HEX #F91485 Deep Pink

📋 copy color: '#F91485'

red 249 ◦ green 20 ◦ blue 133

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

Shades of Deep Pink #F91485

Tints of Deep Pink #F91485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 61.94%
G = 4.98%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91485 (or 0xF91485) is known color: Deep Pink. HEX triplet: F9, 14 and 85. RGB value is (249,20,133). Sum of RGB (Red+Green+Blue) = 249+20+133=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91485 is #06EB7A. Grayscale: #656565. Windows color (decimal): -453499 or 8721657. OLE color: 8721657.

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

Color convert

RGB 249 20 133 -
CMYK 0 0.92 0.47 0.02
HSL 330.39º 0.95% 0.53% -
HSV(B) 330.39º 0.92% 0.98% -
XYZ 43.55 22.33 24.21 -
YUV 101.35 145.87 233.31 -
System Red Green Blue C M Y K H S L
Decimal 249 20 133 0 0.92 0.47 0.02 330.39 0.95 0.53
Hex F9 14 85 0 5C 2F 2 14A 5F 35
Octal 371 24 205 0 134 57 2 512 137 65
Binary 11111001 10100 10000101 0 1011100 101111 10 101001010 1011111 110101

Color Harmonies of #F91485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91485

Black with #F91485

Text Example


Text Example

White with #F91485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91485; }

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

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

background-color css

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

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

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

border-color css

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

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

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