Html Css Color HEX #F81F98 Deep Pink

📋 copy color: '#F81F98'

red 248 ◦ green 31 ◦ blue 152

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

Shades of Deep Pink #F81F98

Tints of Deep Pink #F81F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.19%

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 57.54%
G = 7.19%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F81F98 (or 0xF81F98) is known color: Deep Pink. HEX triplet: F8, 1F and 98. RGB value is (248,31,152). Sum of RGB (Red+Green+Blue) = 248+31+152=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F98 is #07E067. Grayscale: #6D6D6D. Windows color (decimal): -516200 or 9969656. OLE color: 9969656.

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

Color convert

RGB 248 31 152 -
CMYK 0 0.88 0.39 0.03
HSL 326.54º 0.94% 0.55% -
HSV(B) 326.54º 0.88% 0.97% -
XYZ 44.87 23.2 31.82 -
YUV 109.68 151.89 226.66 -
System Red Green Blue C M Y K H S L
Decimal 248 31 152 0 0.88 0.39 0.03 326.54 0.94 0.55
Hex F8 1F 98 0 58 27 3 147 5E 37
Octal 370 37 230 0 130 47 3 507 136 67
Binary 11111000 11111 10011000 0 1011000 100111 11 101000111 1011110 110111

Color Harmonies of #F81F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F98

Black with #F81F98

Text Example


Text Example

White with #F81F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F98; }

 p { color: rgb(248,31,152); }

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

background-color css

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

 a { background-color: rgb(248,31,152); }

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

border-color css

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

 span { border-color: rgb(248,31,152); }

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