#F5689A

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

Shades of Brilliant Rose #F5689A

Tints of Brilliant Rose #F5689A

Color information

#F5689A (or 0xF5689A) is unknown color: approx Brilliant Rose. HEX triplet: F5, 68 and 9A. RGB value is (245,104,154). Sum of RGB (Red+Green+Blue) = 245+104+154=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5689A is #0A9765. Grayscale: #979797. Windows color (decimal): -694118 or 10119413. OLE color: 10119413.

HSL color Cylindrical-coordinate representation of color #F5689A: hue angle of 338.72º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5689A is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245104154-
CMYK00.580.370.04
HSL338.72º87.58%68.43%-
HSV(B)338.72º57.55%96.08%-
XYZ48.4431.6534.13-
YUV151.86129.21194.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=48.71%
G=20.68%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510415400.580.370.04338.7287.5868.43
HexF5689A03A2541535844
Octal365150232072454523130104
Binary11110101110100010011010011101010010110010101001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5689A; }

 p { color: rgb(245,104,154); }

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

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

 a { background-color: rgb(245,104,154); }

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

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

 span { border-color: rgb(245,104,154); }

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