Html Css Color HEX #F81095 Deep Pink

📋 copy color: '#F81095'

red 248 ◦ green 16 ◦ blue 149

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

Shades of Deep Pink #F81095

Tints of Deep Pink #F81095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.87%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 60.05%
G = 3.87%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F81095 (or 0xF81095) is known color: Deep Pink. HEX triplet: F8, 10 and 95. RGB value is (248,16,149). Sum of RGB (Red+Green+Blue) = 248+16+149=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F81095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81095 is #07EF6A. Grayscale: #646464. Windows color (decimal): -520043 or 9769208. OLE color: 9769208.

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

Color convert

RGB 248 16 149 -
CMYK 0 0.94 0.40 0.03
HSL 325.6º 0.94% 0.52% -
HSV(B) 325.6º 0.94% 0.97% -
XYZ 44.32 22.5 30.44 -
YUV 100.53 155.36 233.19 -
System Red Green Blue C M Y K H S L
Decimal 248 16 149 0 0.94 0.40 0.03 325.6 0.94 0.52
Hex F8 10 95 0 5E 28 3 146 5E 34
Octal 370 20 225 0 136 50 3 506 136 64
Binary 11111000 10000 10010101 0 1011110 101000 11 101000110 1011110 110100

Color Harmonies of #F81095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81095

Black with #F81095

Text Example


Text Example

White with #F81095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81095; }

 p { color: rgb(248,16,149); }

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

background-color css

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

 a { background-color: rgb(248,16,149); }

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

border-color css

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

 span { border-color: rgb(248,16,149); }

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