Html Css Color HEX #F81C93 Deep Pink

📋 copy color: '#F81C93'

red 248 ◦ green 28 ◦ blue 147

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

Shades of Deep Pink #F81C93

Tints of Deep Pink #F81C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.62%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 58.63%
G = 6.62%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F81C93 (or 0xF81C93) is known color: Deep Pink. HEX triplet: F8, 1C and 93. RGB value is (248,28,147). Sum of RGB (Red+Green+Blue) = 248+28+147=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C93 is #07E36C. Grayscale: #6B6B6B. Windows color (decimal): -516973 or 9641208. OLE color: 9641208.

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

Color convert

RGB 248 28 147 -
CMYK 0 0.89 0.41 0.03
HSL 327.55º 0.94% 0.54% -
HSV(B) 327.55º 0.89% 0.97% -
XYZ 44.39 22.89 29.68 -
YUV 107.35 150.39 228.32 -
System Red Green Blue C M Y K H S L
Decimal 248 28 147 0 0.89 0.41 0.03 327.55 0.94 0.54
Hex F8 1C 93 0 59 29 3 148 5E 36
Octal 370 34 223 0 131 51 3 510 136 66
Binary 11111000 11100 10010011 0 1011001 101001 11 101001000 1011110 110110

Color Harmonies of #F81C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C93

Black with #F81C93

Text Example


Text Example

White with #F81C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C93; }

 p { color: rgb(248,28,147); }

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

background-color css

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

 a { background-color: rgb(248,28,147); }

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

border-color css

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

 span { border-color: rgb(248,28,147); }

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