Html Css Color HEX #F81D98 Deep Pink

📋 copy color: '#F81D98'

red 248 ◦ green 29 ◦ blue 152

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

Shades of Deep Pink #F81D98

Tints of Deep Pink #F81D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

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

R = 57.81%
G = 6.76%
B = 35.43%

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

#F81D98 (or 0xF81D98) is known color: Deep Pink. HEX triplet: F8, 1D and 98. RGB value is (248,29,152). Sum of RGB (Red+Green+Blue) = 248+29+152=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81D98 is #07E267. Grayscale: #6C6C6C. Windows color (decimal): -516712 or 9969144. OLE color: 9969144.

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

Color convert

RGB 248 29 152 -
CMYK 0 0.88 0.39 0.03
HSL 326.3º 0.94% 0.54% -
HSV(B) 326.3º 0.88% 0.97% -
XYZ 44.82 23.1 31.8 -
YUV 108.5 152.55 227.5 -
System Red Green Blue C M Y K H S L
Decimal 248 29 152 0 0.88 0.39 0.03 326.3 0.94 0.54
Hex F8 1D 98 0 58 27 3 146 5E 36
Octal 370 35 230 0 130 47 3 506 136 66
Binary 11111000 11101 10011000 0 1011000 100111 11 101000110 1011110 110110

Color Harmonies of #F81D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D98

Black with #F81D98

Text Example


Text Example

White with #F81D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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