#F7479B

Color #F7479B Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F7479B

Tints of Brilliant Rose #F7479B

Color information

#F7479B (or 0xF7479B) is unknown color: approx Brilliant Rose. HEX triplet: F7, 47 and 9B. RGB value is (247,71,155). Sum of RGB (Red+Green+Blue) = 247+71+155=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7479B is #08B864. Grayscale: #858585. Windows color (decimal): -571493 or 10176503. OLE color: 10176503.

HSL color Cylindrical-coordinate representation of color #F7479B: hue angle of 331.36º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7479B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB24771155-
CMYK00.710.370.03
HSL331.36º91.67%62.35%-
HSV(B)331.36º71.26%96.86%-
XYZ46.5326.6533.7-
YUV133.2140.31209.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.22%
GREEN value IS 71 (28.12% from 255) = 15.01%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=52.22%
G=15.01%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477115500.710.370.03331.3691.6762.35
HexF7479B04725314b5c3e
Octal367107233010745351313476
Binary1111011110001111001101101000111100101111010010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7479B; }

 p { color: rgb(247,71,155); }

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

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

 a { background-color: rgb(247,71,155); }

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

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

 span { border-color: rgb(247,71,155); }

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