#F75C9A

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

Shades of Brilliant Rose #F75C9A

Tints of Brilliant Rose #F75C9A

Color information

#F75C9A (or 0xF75C9A) is unknown color: approx Brilliant Rose. HEX triplet: F7, 5C and 9A. RGB value is (247,92,154). Sum of RGB (Red+Green+Blue) = 247+92+154=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C9A is #08A365. Grayscale: #919191. Windows color (decimal): -566118 or 10116343. OLE color: 10116343.

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

Color convert

RGB24792154-
CMYK00.630.380.03
HSL336º90.64%66.47%-
HSV(B)336º62.75%96.86%-
XYZ48.0229.7633.79-
YUV145.41132.85200.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=50.10%
G=18.66%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479215400.630.380.0333690.6466.47
HexF75C9A03F2631505b42
Octal367134232077463520133102
Binary1111011110111001001101001111111001101110101000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C9A; }

 p { color: rgb(247,92,154); }

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

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

 a { background-color: rgb(247,92,154); }

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

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

 span { border-color: rgb(247,92,154); }

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