Html Css Color HEX #F91985 Deep Pink

📋 copy color: '#F91985'

red 249 ◦ green 25 ◦ blue 133

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

Shades of Deep Pink #F91985

Tints of Deep Pink #F91985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

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

R = 61.18%
G = 6.14%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91985 (or 0xF91985) is known color: Deep Pink. HEX triplet: F9, 19 and 85. RGB value is (249,25,133). Sum of RGB (Red+Green+Blue) = 249+25+133=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F91985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91985 is #06E67A. Grayscale: #686868. Windows color (decimal): -452219 or 8722937. OLE color: 8722937.

HSL color Cylindrical-coordinate representation of color #F91985: hue angle of 331.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91985 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 133 -
CMYK 0 0.90 0.47 0.02
HSL 331.07º 0.95% 0.54% -
HSV(B) 331.07º 0.9% 0.98% -
XYZ 43.65 22.53 24.24 -
YUV 104.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 249 25 133 0 0.90 0.47 0.02 331.07 0.95 0.54
Hex F9 19 85 0 5A 2F 2 14B 5F 36
Octal 371 31 205 0 132 57 2 513 137 66
Binary 11111001 11001 10000101 0 1011010 101111 10 101001011 1011111 110110

Color Harmonies of #F91985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91985

Black with #F91985

Text Example


Text Example

White with #F91985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91985; }

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

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

background-color css

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

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

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

border-color css

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

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

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