Html Css Color HEX #F81399 Deep Pink

📋 copy color: '#F81399'

red 248 ◦ green 19 ◦ blue 153

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

Shades of Deep Pink #F81399

Tints of Deep Pink #F81399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.52%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 59.05%
G = 4.52%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F81399 (or 0xF81399) is known color: Deep Pink. HEX triplet: F8, 13 and 99. RGB value is (248,19,153). Sum of RGB (Red+Green+Blue) = 248+19+153=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F81399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81399 is #07EC66. Grayscale: #666666. Windows color (decimal): -519271 or 10032120. OLE color: 10032120.

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

Color convert

RGB 248 19 153 -
CMYK 0 0.92 0.38 0.03
HSL 324.89º 0.94% 0.52% -
HSV(B) 324.89º 0.92% 0.97% -
XYZ 44.69 22.72 32.17 -
YUV 102.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 248 19 153 0 0.92 0.38 0.03 324.89 0.94 0.52
Hex F8 13 99 0 5C 26 3 145 5E 34
Octal 370 23 231 0 134 46 3 505 136 64
Binary 11111000 10011 10011001 0 1011100 100110 11 101000101 1011110 110100

Color Harmonies of #F81399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81399

Black with #F81399

Text Example


Text Example

White with #F81399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81399; }

 p { color: rgb(248,19,153); }

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

background-color css

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

 a { background-color: rgb(248,19,153); }

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

border-color css

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

 span { border-color: rgb(248,19,153); }

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