#F7277B

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

Shades of Deep Pink #F7277B

Tints of Deep Pink #F7277B

Color information

#F7277B (or 0xF7277B) is unknown color: approx Deep Pink. HEX triplet: F7, 27 and 7B. RGB value is (247,39,123). Sum of RGB (Red+Green+Blue) = 247+39+123=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7277B is #08D884. Grayscale: #6E6E6E. Windows color (decimal): -579717 or 8071159. OLE color: 8071159.

HSL color Cylindrical-coordinate representation of color #F7277B: hue angle of 335.77º degrees, saturation: 0.93, 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 #F7277B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB24739123-
CMYK00.840.500.03
HSL335.77º92.86%56.08%-
HSV(B)335.77º84.21%96.86%-
XYZ42.6622.6620.86-
YUV110.77134.91225.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.39%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=60.39%
G=9.54%
B=30.07%

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
Decimal2473912300.840.500.03335.7792.8656.08
HexF7277B0543231505d38
Octal36747173012462352013570
Binary11110111100111111101101010100110010111010100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7277B; }

 p { color: rgb(247,39,123); }

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

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

 a { background-color: rgb(247,39,123); }

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

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

 span { border-color: rgb(247,39,123); }

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