Html Css Color HEX #F81597 Deep Pink

📋 copy color: '#F81597'

red 248 ◦ green 21 ◦ blue 151

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

Shades of Deep Pink #F81597

Tints of Deep Pink #F81597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.95%

R = 59.05%
G = 5%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F81597 (or 0xF81597) is known color: Deep Pink. HEX triplet: F8, 15 and 97. RGB value is (248,21,151). Sum of RGB (Red+Green+Blue) = 248+21+151=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F81597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81597 is #07EA68. Grayscale: #676767. Windows color (decimal): -518761 or 9901560. OLE color: 9901560.

HSL color Cylindrical-coordinate representation of color #F81597: hue angle of 325.64º 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 #F81597 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 151 -
CMYK 0 0.92 0.39 0.03
HSL 325.64º 0.94% 0.53% -
HSV(B) 325.64º 0.92% 0.97% -
XYZ 44.57 22.73 31.32 -
YUV 103.69 154.71 230.93 -
System Red Green Blue C M Y K H S L
Decimal 248 21 151 0 0.92 0.39 0.03 325.64 0.94 0.53
Hex F8 15 97 0 5C 27 3 146 5E 35
Octal 370 25 227 0 134 47 3 506 136 65
Binary 11111000 10101 10010111 0 1011100 100111 11 101000110 1011110 110101

Color Harmonies of #F81597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81597

Black with #F81597

Text Example


Text Example

White with #F81597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81597; }

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

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

background-color css

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

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

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

border-color css

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

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

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