#F75896

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

Shades of Brilliant Rose #F75896

Tints of Brilliant Rose #F75896

Color information

#F75896 (or 0xF75896) is unknown color: approx Brilliant Rose. HEX triplet: F7, 58 and 96. RGB value is (247,88,150). Sum of RGB (Red+Green+Blue) = 247+88+150=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F75896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75896 is #08A769. Grayscale: #8E8E8E. Windows color (decimal): -567146 or 9853175. OLE color: 9853175.

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

Color convert

RGB24788150-
CMYK00.640.390.03
HSL336.6º90.86%65.69%-
HSV(B)336.6º64.37%96.86%-
XYZ47.3528.9631.95-
YUV142.61132.18202.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=50.93%
G=18.14%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478815000.640.390.03336.690.8665.69
HexF758960402731515b42
Octal3671302260100473521133102
Binary11110111101100010010110010000001001111110101000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75896; }

 p { color: rgb(247,88,150); }

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

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

 a { background-color: rgb(247,88,150); }

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

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

 span { border-color: rgb(247,88,150); }

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