#F755A5

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

Shades of Brilliant Rose #F755A5

Tints of Brilliant Rose #F755A5

Color information

#F755A5 (or 0xF755A5) is unknown color: approx Brilliant Rose. HEX triplet: F7, 55 and A5. RGB value is (247,85,165). Sum of RGB (Red+Green+Blue) = 247+85+165=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F755A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F755A5 is #08AA5A. Grayscale: #8E8E8E. Windows color (decimal): -567899 or 10835447. OLE color: 10835447.

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

Color convert

RGB24785165-
CMYK00.660.330.03
HSL330.37º91.01%65.1%-
HSV(B)330.37º65.59%96.86%-
XYZ48.428.9938.64-
YUV142.56140.67202.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.70%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 165 (64.84% from 255) = 33.20%
R=49.70%
G=17.10%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478516500.660.330.03330.3791.0165.1
HexF755A504221314a5b41
Octal3671252450102413512133101
Binary11110111101010110100101010000101000011110100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F755A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F755A5; }

 p { color: rgb(247,85,165); }

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

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

 a { background-color: rgb(247,85,165); }

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

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

 span { border-color: rgb(247,85,165); }

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