Html Css Color HEX #F81499 Deep Pink

📋 copy color: '#F81499'

red 248 ◦ green 20 ◦ blue 153

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

Shades of Deep Pink #F81499

Tints of Deep Pink #F81499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 58.91%
G = 4.75%
B = 36.34%

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

#F81499 (or 0xF81499) is known color: Deep Pink. HEX triplet: F8, 14 and 99. RGB value is (248,20,153). Sum of RGB (Red+Green+Blue) = 248+20+153=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F81499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81499 is #07EB66. Grayscale: #676767. Windows color (decimal): -519015 or 10032376. OLE color: 10032376.

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

Color convert

RGB 248 20 153 -
CMYK 0 0.92 0.38 0.03
HSL 325º 0.94% 0.53% -
HSV(B) 325º 0.92% 0.97% -
XYZ 44.71 22.76 32.17 -
YUV 103.33 156.04 231.19 -
System Red Green Blue C M Y K H S L
Decimal 248 20 153 0 0.92 0.38 0.03 325 0.94 0.53
Hex F8 14 99 0 5C 26 3 145 5E 35
Octal 370 24 231 0 134 46 3 505 136 65
Binary 11111000 10100 10011001 0 1011100 100110 11 101000101 1011110 110101

Color Harmonies of #F81499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81499

Black with #F81499

Text Example


Text Example

White with #F81499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81499; }

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

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

background-color css

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

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

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

border-color css

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

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

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