#F75FA9

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

Shades of Brilliant Rose #F75FA9

Tints of Brilliant Rose #F75FA9

Color information

#F75FA9 (or 0xF75FA9) is unknown color: approx Brilliant Rose. HEX triplet: F7, 5F and A9. RGB value is (247,95,169). Sum of RGB (Red+Green+Blue) = 247+95+169=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FA9 is #08A056. Grayscale: #949494. Windows color (decimal): -565335 or 11100151. OLE color: 11100151.

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

Color convert

RGB24795169-
CMYK00.620.320.03
HSL330.79º90.48%67.06%-
HSV(B)330.79º61.54%96.86%-
XYZ49.6130.8240.87-
YUV148.88139.36197.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=48.34%
G=18.59%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479516900.620.320.03330.7990.4867.06
HexF75FA903E20314b5a43
Octal367137251076403513132103
Binary1111011110111111010100101111101000001110100101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FA9; }

 p { color: rgb(247,95,169); }

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

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

 a { background-color: rgb(247,95,169); }

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

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

 span { border-color: rgb(247,95,169); }

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