#F8277D

Color #F8277D Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F8277D

Tints of Deep Pink #F8277D

Color information

#F8277D (or 0xF8277D) is unknown color: approx Deep Pink. HEX triplet: F8, 27 and 7D. RGB value is (248,39,125). Sum of RGB (Red+Green+Blue) = 248+39+125=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8277D is #07D882. Grayscale: #6F6F6F. Windows color (decimal): -514179 or 8202232. OLE color: 8202232.

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

Color convert

RGB24839125-
CMYK00.840.500.03
HSL335.31º93.72%56.27%-
HSV(B)335.31º84.27%97.25%-
XYZ43.1422.8921.55-
YUV111.3135.74225.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.19%
GREEN value IS 39 (15.62% from 255) = 9.47%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=60.19%
G=9.47%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483912500.840.500.03335.3193.7256.27
HexF8277D05432314f5e38
Octal37047175012462351713670
Binary11111000100111111110101010100110010111010011111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8277D; }

 p { color: rgb(248,39,125); }

 H1.HeaderClassName
 {
   color: #F8277D;
 }
 .AnyTagClassName
 {
   color: #F8277D;
 }
</style>
background-color css

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

 a { background-color: rgb(248,39,125); }

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

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

 span { border-color: rgb(248,39,125); }

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