Html Css Color HEX #F91495 Deep Pink

📋 copy color: '#F91495'

red 249 ◦ green 20 ◦ blue 149

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

Shades of Deep Pink #F91495

Tints of Deep Pink #F91495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 59.57%
G = 4.78%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F91495 (or 0xF91495) is known color: Deep Pink. HEX triplet: F9, 14 and 95. RGB value is (249,20,149). Sum of RGB (Red+Green+Blue) = 249+20+149=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91495 is #06EB6A. Grayscale: #666666. Windows color (decimal): -453483 or 9770233. OLE color: 9770233.

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

Color convert

RGB 249 20 149 -
CMYK 0 0.92 0.40 0.02
HSL 326.2º 0.95% 0.53% -
HSV(B) 326.2º 0.92% 0.98% -
XYZ 44.74 22.81 30.48 -
YUV 103.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 249 20 149 0 0.92 0.40 0.02 326.2 0.95 0.53
Hex F9 14 95 0 5C 28 2 146 5F 35
Octal 371 24 225 0 134 50 2 506 137 65
Binary 11111001 10100 10010101 0 1011100 101000 10 101000110 1011111 110101

Color Harmonies of #F91495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91495

Black with #F91495

Text Example


Text Example

White with #F91495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91495; }

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

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

background-color css

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

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

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

border-color css

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

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

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