Html Css Color HEX #F81193 Deep Pink

📋 copy color: '#F81193'

red 248 ◦ green 17 ◦ blue 147

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

Shades of Deep Pink #F81193

Tints of Deep Pink #F81193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.13%

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

R = 60.19%
G = 4.13%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F81193 (or 0xF81193) is known color: Deep Pink. HEX triplet: F8, 11 and 93. RGB value is (248,17,147). Sum of RGB (Red+Green+Blue) = 248+17+147=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81193 is #07EE6C. Grayscale: #646464. Windows color (decimal): -519789 or 9638392. OLE color: 9638392.

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

Color convert

RGB 248 17 147 -
CMYK 0 0.93 0.41 0.03
HSL 326.23º 0.94% 0.52% -
HSV(B) 326.23º 0.93% 0.97% -
XYZ 44.18 22.46 29.61 -
YUV 100.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 248 17 147 0 0.93 0.41 0.03 326.23 0.94 0.52
Hex F8 11 93 0 5D 29 3 146 5E 34
Octal 370 21 223 0 135 51 3 506 136 64
Binary 11111000 10001 10010011 0 1011101 101001 11 101000110 1011110 110100

Color Harmonies of #F81193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81193

Black with #F81193

Text Example


Text Example

White with #F81193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81193; }

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

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

background-color css

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

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

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

border-color css

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

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

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