Html Css Color HEX #F81D9A Deep Pink

📋 copy color: '#F81D9A'

red 248 ◦ green 29 ◦ blue 154

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

Shades of Deep Pink #F81D9A

Tints of Deep Pink #F81D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 57.54%
G = 6.73%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F81D9A (or 0xF81D9A) is known color: Deep Pink. HEX triplet: F8, 1D and 9A. RGB value is (248,29,154). Sum of RGB (Red+Green+Blue) = 248+29+154=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81D9A is #07E265. Grayscale: #6C6C6C. Windows color (decimal): -516710 or 10100216. OLE color: 10100216.

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

Color convert

RGB 248 29 154 -
CMYK 0 0.88 0.38 0.03
HSL 325.75º 0.94% 0.54% -
HSV(B) 325.75º 0.88% 0.97% -
XYZ 44.98 23.17 32.67 -
YUV 108.73 153.55 227.34 -
System Red Green Blue C M Y K H S L
Decimal 248 29 154 0 0.88 0.38 0.03 325.75 0.94 0.54
Hex F8 1D 9A 0 58 26 3 146 5E 36
Octal 370 35 232 0 130 46 3 506 136 66
Binary 11111000 11101 10011010 0 1011000 100110 11 101000110 1011110 110110

Color Harmonies of #F81D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D9A

Black with #F81D9A

Text Example


Text Example

White with #F81D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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