Html Css Color HEX #F81192 Deep Pink

📋 copy color: '#F81192'

red 248 ◦ green 17 ◦ blue 146

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

Shades of Deep Pink #F81192

Tints of Deep Pink #F81192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 60.34%
G = 4.14%
B = 35.52%

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

#F81192 (or 0xF81192) is known color: Deep Pink. HEX triplet: F8, 11 and 92. RGB value is (248,17,146). Sum of RGB (Red+Green+Blue) = 248+17+146=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F81192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81192 is #07EE6D. Grayscale: #646464. Windows color (decimal): -519790 or 9572856. OLE color: 9572856.

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

Color convert

RGB 248 17 146 -
CMYK 0 0.93 0.41 0.03
HSL 326.49º 0.94% 0.52% -
HSV(B) 326.49º 0.93% 0.97% -
XYZ 44.1 22.43 29.2 -
YUV 100.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 248 17 146 0 0.93 0.41 0.03 326.49 0.94 0.52
Hex F8 11 92 0 5D 29 3 146 5E 34
Octal 370 21 222 0 135 51 3 506 136 64
Binary 11111000 10001 10010010 0 1011101 101001 11 101000110 1011110 110100

Color Harmonies of #F81192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81192

Black with #F81192

Text Example


Text Example

White with #F81192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81192; }

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

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

background-color css

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

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

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

border-color css

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

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

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