Html Css Color HEX #F91295 Deep Pink

📋 copy color: '#F91295'

red 249 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #F91295

Tints of Deep Pink #F91295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 59.86%
G = 4.33%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F91295 (or 0xF91295) is known color: Deep Pink. HEX triplet: F9, 12 and 95. RGB value is (249,18,149). Sum of RGB (Red+Green+Blue) = 249+18+149=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F91295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91295 is #06ED6A. Grayscale: #656565. Windows color (decimal): -453995 or 9769721. OLE color: 9769721.

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

Color convert

RGB 249 18 149 -
CMYK 0 0.93 0.40 0.02
HSL 325.97º 0.95% 0.52% -
HSV(B) 325.97º 0.93% 0.98% -
XYZ 44.71 22.74 30.47 -
YUV 102 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 249 18 149 0 0.93 0.40 0.02 325.97 0.95 0.52
Hex F9 12 95 0 5D 28 2 146 5F 34
Octal 371 22 225 0 135 50 2 506 137 64
Binary 11111001 10010 10010101 0 1011101 101000 10 101000110 1011111 110100

Color Harmonies of #F91295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91295

Black with #F91295

Text Example


Text Example

White with #F91295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91295; }

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

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

background-color css

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

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

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

border-color css

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

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

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