#F75699

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

Shades of Brilliant Rose #F75699

Tints of Brilliant Rose #F75699

Color information

#F75699 (or 0xF75699) is unknown color: approx Brilliant Rose. HEX triplet: F7, 56 and 99. RGB value is (247,86,153). Sum of RGB (Red+Green+Blue) = 247+86+153=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F75699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75699 is #08A966. Grayscale: #8D8D8D. Windows color (decimal): -567655 or 10049271. OLE color: 10049271.

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

Color convert

RGB24786153-
CMYK00.650.380.03
HSL335.03º90.96%65.29%-
HSV(B)335.03º65.18%96.86%-
XYZ47.4428.7333.18-
YUV141.78134.34203.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.82%
GREEN value IS 86 (33.98% from 255) = 17.70%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=50.82%
G=17.70%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478615300.650.380.03335.0390.9665.29
HexF7569904126314f5b41
Octal3671262310101463517133101
Binary11110111101011010011001010000011001101110100111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75699; }

 p { color: rgb(247,86,153); }

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

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

 a { background-color: rgb(247,86,153); }

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

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

 span { border-color: rgb(247,86,153); }

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