#F75297

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

Shades of Brilliant Rose #F75297

Tints of Brilliant Rose #F75297

Color information

#F75297 (or 0xF75297) is unknown color: approx Brilliant Rose. HEX triplet: F7, 52 and 97. RGB value is (247,82,151). Sum of RGB (Red+Green+Blue) = 247+82+151=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F75297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75297 is #08AD68. Grayscale: #8B8B8B. Windows color (decimal): -568681 or 9917175. OLE color: 9917175.

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

Color convert

RGB24782151-
CMYK00.670.390.03
HSL334.91º91.16%64.51%-
HSV(B)334.91º66.8%96.86%-
XYZ46.9628.0432.22-
YUV139.2134.66204.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=51.46%
G=17.08%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478215100.670.390.03334.9191.1664.51
HexF7529704327314f5b41
Octal3671222270103473517133101
Binary11110111101001010010111010000111001111110100111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75297; }

 p { color: rgb(247,82,151); }

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

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

 a { background-color: rgb(247,82,151); }

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

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

 span { border-color: rgb(247,82,151); }

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