#f754aa

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

Shades of Brilliant Rose #F754AA

Tints of Brilliant Rose #F754AA

Color information

#F754AA (or 0xF754AA) is unknown color: approx Brilliant Rose. HEX triplet: F7, 54 and AA. RGB value is (247,84,170). Sum of RGB (Red+Green+Blue) = 247+84+170=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F754AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754AA is #08AB55. Grayscale: #8E8E8E. Windows color (decimal): -568150 or 11162871. OLE color: 11162871.

HSL color Cylindrical-coordinate representation of color #F754AA: hue angle of 328.34º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754AA is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB24784170-
CMYK00.660.310.03
HSL328.34º91.06%64.9%-
HSV(B)328.34º65.99%96.86%-
XYZ48.7829.0241.06-
YUV142.54143.5202.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=49.30%
G=16.77%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478417000.660.310.03328.3491.0664.9
HexF754AA0421F31485b41
Octal3671242520102373510133101
Binary1111011110101001010101001000010111111110100100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f754aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f754aa; }

 p { color: rgb(247,84,170); }

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

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

 a { background-color: rgb(247,84,170); }

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

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

 span { border-color: rgb(247,84,170); }

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