#F75FAA

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

Shades of Brilliant Rose #F75FAA

Tints of Brilliant Rose #F75FAA

Color information

#F75FAA (or 0xF75FAA) is unknown color: approx Brilliant Rose. HEX triplet: F7, 5F and AA. RGB value is (247,95,170). Sum of RGB (Red+Green+Blue) = 247+95+170=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75FAA is #08A055. Grayscale: #949494. Windows color (decimal): -565334 or 11165687. OLE color: 11165687.

HSL color Cylindrical-coordinate representation of color #F75FAA: hue angle of 330.39º 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 #F75FAA is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB24795170-
CMYK00.620.310.03
HSL330.39º90.48%67.06%-
HSV(B)330.39º61.54%96.86%-
XYZ49.7130.8641.37-
YUV149139.86197.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.24%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=48.24%
G=18.55%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479517000.620.310.03330.3990.4867.06
HexF75FAA03E1F314a5a43
Octal367137252076373512132103
Binary111101111011111101010100111110111111110100101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FAA; }

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

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

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

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

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

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

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

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