Html Css Color HEX #F81795 Deep Pink

📋 copy color: '#F81795'

red 248 ◦ green 23 ◦ blue 149

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

Shades of Deep Pink #F81795

Tints of Deep Pink #F81795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.48%

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

R = 59.05%
G = 5.48%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81795 (or 0xF81795) is known color: Deep Pink. HEX triplet: F8, 17 and 95. RGB value is (248,23,149). Sum of RGB (Red+Green+Blue) = 248+23+149=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F81795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81795 is #07E86A. Grayscale: #686868. Windows color (decimal): -518251 or 9771000. OLE color: 9771000.

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

Color convert

RGB 248 23 149 -
CMYK 0 0.91 0.40 0.03
HSL 326.4º 0.94% 0.53% -
HSV(B) 326.4º 0.91% 0.97% -
XYZ 44.44 22.74 30.48 -
YUV 104.64 153.04 230.25 -
System Red Green Blue C M Y K H S L
Decimal 248 23 149 0 0.91 0.40 0.03 326.4 0.94 0.53
Hex F8 17 95 0 5B 28 3 146 5E 35
Octal 370 27 225 0 133 50 3 506 136 65
Binary 11111000 10111 10010101 0 1011011 101000 11 101000110 1011110 110101

Color Harmonies of #F81795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81795

Black with #F81795

Text Example


Text Example

White with #F81795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81795; }

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

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

background-color css

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

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

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

border-color css

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

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

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