Html Css Color HEX #F8187A Deep Pink

📋 copy color: '#F8187A'

red 248 ◦ green 24 ◦ blue 122

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

Shades of Deep Pink #F8187A

Tints of Deep Pink #F8187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 62.94%
G = 6.09%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8187A (or 0xF8187A) is known color: Deep Pink. HEX triplet: F8, 18 and 7A. RGB value is (248,24,122). Sum of RGB (Red+Green+Blue) = 248+24+122=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8187A is #07E785. Grayscale: #656565. Windows color (decimal): -518022 or 8001784. OLE color: 8001784.

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

Color convert

RGB 248 24 122 -
CMYK 0 0.90 0.51 0.03
HSL 333.75º 0.94% 0.53% -
HSV(B) 333.75º 0.9% 0.97% -
XYZ 42.55 22.01 20.42 -
YUV 102.15 139.21 232.03 -
System Red Green Blue C M Y K H S L
Decimal 248 24 122 0 0.90 0.51 0.03 333.75 0.94 0.53
Hex F8 18 7A 0 5A 33 3 14E 5E 35
Octal 370 30 172 0 132 63 3 516 136 65
Binary 11111000 11000 1111010 0 1011010 110011 11 101001110 1011110 110101

Color Harmonies of #F8187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8187A

Black with #F8187A

Text Example


Text Example

White with #F8187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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