Html Css Color HEX #F91A75 Deep Pink

📋 copy color: '#F91A75'

red 249 ◦ green 26 ◦ blue 117

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

Shades of Deep Pink #F91A75

Tints of Deep Pink #F91A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.63%

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

R = 63.52%
G = 6.63%
B = 29.85%

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

#F91A75 (or 0xF91A75) is known color: Deep Pink. HEX triplet: F9, 1A and 75. RGB value is (249,26,117). Sum of RGB (Red+Green+Blue) = 249+26+117=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A75 is #06E58A. Grayscale: #666666. Windows color (decimal): -451979 or 7674617. OLE color: 7674617.

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

Color convert

RGB 249 26 117 -
CMYK 0 0.90 0.53 0.02
HSL 335.52º 0.95% 0.54% -
HSV(B) 335.52º 0.9% 0.98% -
XYZ 42.65 22.16 18.86 -
YUV 103.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 249 26 117 0 0.90 0.53 0.02 335.52 0.95 0.54
Hex F9 1A 75 0 5A 35 2 150 5F 36
Octal 371 32 165 0 132 65 2 520 137 66
Binary 11111001 11010 1110101 0 1011010 110101 10 101010000 1011111 110110

Color Harmonies of #F91A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A75

Black with #F91A75

Text Example


Text Example

White with #F91A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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