Html Css Color HEX #F81995 Deep Pink

📋 copy color: '#F81995'

red 248 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #F81995

Tints of Deep Pink #F81995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.92%

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

R = 58.77%
G = 5.92%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81995 (or 0xF81995) is known color: Deep Pink. HEX triplet: F8, 19 and 95. RGB value is (248,25,149). Sum of RGB (Red+Green+Blue) = 248+25+149=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F81995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81995 is #07E66A. Grayscale: #696969. Windows color (decimal): -517739 or 9771512. OLE color: 9771512.

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

Color convert

RGB 248 25 149 -
CMYK 0 0.90 0.40 0.03
HSL 326.64º 0.94% 0.54% -
HSV(B) 326.64º 0.9% 0.97% -
XYZ 44.48 22.82 30.49 -
YUV 105.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 248 25 149 0 0.90 0.40 0.03 326.64 0.94 0.54
Hex F8 19 95 0 5A 28 3 147 5E 36
Octal 370 31 225 0 132 50 3 507 136 66
Binary 11111000 11001 10010101 0 1011010 101000 11 101000111 1011110 110110

Color Harmonies of #F81995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81995

Black with #F81995

Text Example


Text Example

White with #F81995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81995; }

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

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

background-color css

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

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

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

border-color css

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

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

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