Html Css Color HEX #F81194 Deep Pink

📋 copy color: '#F81194'

red 248 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #F81194

Tints of Deep Pink #F81194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 60.05%
G = 4.12%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81194 (or 0xF81194) is known color: Deep Pink. HEX triplet: F8, 11 and 94. RGB value is (248,17,148). Sum of RGB (Red+Green+Blue) = 248+17+148=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F81194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81194 is #07EE6B. Grayscale: #646464. Windows color (decimal): -519788 or 9703928. OLE color: 9703928.

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

Color convert

RGB 248 17 148 -
CMYK 0 0.93 0.40 0.03
HSL 325.97º 0.94% 0.52% -
HSV(B) 325.97º 0.93% 0.97% -
XYZ 44.26 22.5 30.03 -
YUV 101 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 248 17 148 0 0.93 0.40 0.03 325.97 0.94 0.52
Hex F8 11 94 0 5D 28 3 146 5E 34
Octal 370 21 224 0 135 50 3 506 136 64
Binary 11111000 10001 10010100 0 1011101 101000 11 101000110 1011110 110100

Color Harmonies of #F81194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81194

Black with #F81194

Text Example


Text Example

White with #F81194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81194; }

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

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

background-color css

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

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

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

border-color css

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

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

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