Html Css Color HEX #F91875 Deep Pink

📋 copy color: '#F91875'

red 249 ◦ green 24 ◦ blue 117

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

Shades of Deep Pink #F91875

Tints of Deep Pink #F91875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 63.85%
G = 6.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91875 (or 0xF91875) is known color: Deep Pink. HEX triplet: F9, 18 and 75. RGB value is (249,24,117). Sum of RGB (Red+Green+Blue) = 249+24+117=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F91875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91875 is #06E78A. Grayscale: #656565. Windows color (decimal): -452491 or 7674105. OLE color: 7674105.

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

Color convert

RGB 249 24 117 -
CMYK 0 0.90 0.53 0.02
HSL 335.2º 0.95% 0.54% -
HSV(B) 335.2º 0.9% 0.98% -
XYZ 42.6 22.08 18.85 -
YUV 101.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 249 24 117 0 0.90 0.53 0.02 335.2 0.95 0.54
Hex F9 18 75 0 5A 35 2 14F 5F 36
Octal 371 30 165 0 132 65 2 517 137 66
Binary 11111001 11000 1110101 0 1011010 110101 10 101001111 1011111 110110

Color Harmonies of #F91875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91875

Black with #F91875

Text Example


Text Example

White with #F91875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91875; }

 p { color: rgb(249,24,117); }

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

background-color css

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

 a { background-color: rgb(249,24,117); }

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

border-color css

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

 span { border-color: rgb(249,24,117); }

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