Html Css Color HEX #F8188B Deep Pink

📋 copy color: '#F8188B'

red 248 ◦ green 24 ◦ blue 139

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

Shades of Deep Pink #F8188B

Tints of Deep Pink #F8188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 60.34%
G = 5.84%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8188B (or 0xF8188B) is known color: Deep Pink. HEX triplet: F8, 18 and 8B. RGB value is (248,24,139). Sum of RGB (Red+Green+Blue) = 248+24+139=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8188B is #07E774. Grayscale: #676767. Windows color (decimal): -518005 or 9115896. OLE color: 9115896.

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

Color convert

RGB 248 24 139 -
CMYK 0 0.90 0.44 0.03
HSL 329.2º 0.94% 0.53% -
HSV(B) 329.2º 0.9% 0.97% -
XYZ 43.7 22.47 26.46 -
YUV 104.09 147.71 230.65 -
System Red Green Blue C M Y K H S L
Decimal 248 24 139 0 0.90 0.44 0.03 329.2 0.94 0.53
Hex F8 18 8B 0 5A 2C 3 149 5E 35
Octal 370 30 213 0 132 54 3 511 136 65
Binary 11111000 11000 10001011 0 1011010 101100 11 101001001 1011110 110101

Color Harmonies of #F8188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8188B

Black with #F8188B

Text Example


Text Example

White with #F8188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8188B; }

 p { color: rgb(248,24,139); }

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

background-color css

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

 a { background-color: rgb(248,24,139); }

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

border-color css

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

 span { border-color: rgb(248,24,139); }

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