Html Css Color HEX #F81594 Deep Pink

📋 copy color: '#F81594'

red 248 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #F81594

Tints of Deep Pink #F81594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 59.47%
G = 5.04%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81594 (or 0xF81594) is known color: Deep Pink. HEX triplet: F8, 15 and 94. RGB value is (248,21,148). Sum of RGB (Red+Green+Blue) = 248+21+148=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F81594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81594 is #07EA6B. Grayscale: #676767. Windows color (decimal): -518764 or 9704952. OLE color: 9704952.

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

Color convert

RGB 248 21 148 -
CMYK 0 0.92 0.40 0.03
HSL 326.43º 0.94% 0.53% -
HSV(B) 326.43º 0.92% 0.97% -
XYZ 44.32 22.63 30.05 -
YUV 103.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 248 21 148 0 0.92 0.40 0.03 326.43 0.94 0.53
Hex F8 15 94 0 5C 28 3 146 5E 35
Octal 370 25 224 0 134 50 3 506 136 65
Binary 11111000 10101 10010100 0 1011100 101000 11 101000110 1011110 110101

Color Harmonies of #F81594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81594

Black with #F81594

Text Example


Text Example

White with #F81594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81594; }

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

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

background-color css

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

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

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

border-color css

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

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

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