Html Css Color HEX #F8108D Deep Pink

📋 copy color: '#F8108D'

red 248 ◦ green 16 ◦ blue 141

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

Shades of Deep Pink #F8108D

Tints of Deep Pink #F8108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 61.23%
G = 3.95%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8108D (or 0xF8108D) is known color: Deep Pink. HEX triplet: F8, 10 and 8D. RGB value is (248,16,141). Sum of RGB (Red+Green+Blue) = 248+16+141=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8108D is #07EF72. Grayscale: #636363. Windows color (decimal): -520051 or 9244920. OLE color: 9244920.

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

Color convert

RGB 248 16 141 -
CMYK 0 0.94 0.43 0.03
HSL 327.67º 0.94% 0.52% -
HSV(B) 327.67º 0.94% 0.97% -
XYZ 43.7 22.25 27.19 -
YUV 99.62 151.36 233.84 -
System Red Green Blue C M Y K H S L
Decimal 248 16 141 0 0.94 0.43 0.03 327.67 0.94 0.52
Hex F8 10 8D 0 5E 2B 3 148 5E 34
Octal 370 20 215 0 136 53 3 510 136 64
Binary 11111000 10000 10001101 0 1011110 101011 11 101001000 1011110 110100

Color Harmonies of #F8108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8108D

Black with #F8108D

Text Example


Text Example

White with #F8108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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