Html Css Color HEX #F91275 Deep Pink

📋 copy color: '#F91275'

red 249 ◦ green 18 ◦ blue 117

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

Shades of Deep Pink #F91275

Tints of Deep Pink #F91275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 64.84%
G = 4.69%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F91275 (or 0xF91275) is known color: Deep Pink. HEX triplet: F9, 12 and 75. RGB value is (249,18,117). Sum of RGB (Red+Green+Blue) = 249+18+117=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F91275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91275 is #06ED8A. Grayscale: #626262. Windows color (decimal): -454027 or 7672569. OLE color: 7672569.

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

Color convert

RGB 249 18 117 -
CMYK 0 0.93 0.53 0.02
HSL 334.29º 0.95% 0.52% -
HSV(B) 334.29º 0.93% 0.98% -
XYZ 42.49 21.86 18.81 -
YUV 98.36 138.53 235.45 -
System Red Green Blue C M Y K H S L
Decimal 249 18 117 0 0.93 0.53 0.02 334.29 0.95 0.52
Hex F9 12 75 0 5D 35 2 14E 5F 34
Octal 371 22 165 0 135 65 2 516 137 64
Binary 11111001 10010 1110101 0 1011101 110101 10 101001110 1011111 110100

Color Harmonies of #F91275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91275

Black with #F91275

Text Example


Text Example

White with #F91275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91275; }

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

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

background-color css

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

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

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

border-color css

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

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

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