Html Css Color HEX #F81595 Deep Pink

📋 copy color: '#F81595'

red 248 ◦ green 21 ◦ blue 149

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

Shades of Deep Pink #F81595

Tints of Deep Pink #F81595

RGB

 RED value IS 248 (97.27% from 255) = 59.33%

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 59.33%
G = 5.02%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81595 (or 0xF81595) is known color: Deep Pink. HEX triplet: F8, 15 and 95. RGB value is (248,21,149). Sum of RGB (Red+Green+Blue) = 248+21+149=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81595 is #07EA6A. Grayscale: #676767. Windows color (decimal): -518763 or 9770488. OLE color: 9770488.

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

Color convert

RGB 248 21 149 -
CMYK 0 0.92 0.40 0.03
HSL 326.17º 0.94% 0.53% -
HSV(B) 326.17º 0.92% 0.97% -
XYZ 44.4 22.66 30.47 -
YUV 103.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 248 21 149 0 0.92 0.40 0.03 326.17 0.94 0.53
Hex F8 15 95 0 5C 28 3 146 5E 35
Octal 370 25 225 0 134 50 3 506 136 65
Binary 11111000 10101 10010101 0 1011100 101000 11 101000110 1011110 110101

Color Harmonies of #F81595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81595

Black with #F81595

Text Example


Text Example

White with #F81595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81595; }

 p { color: rgb(248,21,149); }

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

background-color css

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

 a { background-color: rgb(248,21,149); }

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

border-color css

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

 span { border-color: rgb(248,21,149); }

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