Html Css Color HEX #F8168D Deep Pink

📋 copy color: '#F8168D'

red 248 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #F8168D

Tints of Deep Pink #F8168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 60.34%
G = 5.35%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8168D (or 0xF8168D) is known color: Deep Pink. HEX triplet: F8, 16 and 8D. RGB value is (248,22,141). Sum of RGB (Red+Green+Blue) = 248+22+141=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8168D is #07E972. Grayscale: #666666. Windows color (decimal): -518515 or 9246456. OLE color: 9246456.

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

Color convert

RGB 248 22 141 -
CMYK 0 0.91 0.43 0.03
HSL 328.41º 0.94% 0.53% -
HSV(B) 328.41º 0.91% 0.97% -
XYZ 43.81 22.45 27.22 -
YUV 103.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 248 22 141 0 0.91 0.43 0.03 328.41 0.94 0.53
Hex F8 16 8D 0 5B 2B 3 148 5E 35
Octal 370 26 215 0 133 53 3 510 136 65
Binary 11111000 10110 10001101 0 1011011 101011 11 101001000 1011110 110101

Color Harmonies of #F8168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8168D

Black with #F8168D

Text Example


Text Example

White with #F8168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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