#F545B5

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

Shades of Brilliant Rose #F545B5

Tints of Brilliant Rose #F545B5

Color information

#F545B5 (or 0xF545B5) is unknown color: approx Brilliant Rose. HEX triplet: F5, 45 and B5. RGB value is (245,69,181). Sum of RGB (Red+Green+Blue) = 245+69+181=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F545B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F545B5 is #0ABA4A. Grayscale: #868686. Windows color (decimal): -703051 or 11879925. OLE color: 11879925.

HSL color Cylindrical-coordinate representation of color #F545B5: hue angle of 321.82º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F545B5 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB24569181-
CMYK00.720.260.04
HSL321.82º89.8%61.57%-
HSV(B)321.82º71.84%96.08%-
XYZ48.122746.39-
YUV134.39154.31206.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=49.49%
G=13.94%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456918100.720.260.04321.8289.861.57
HexF545B50481A41425a3e
Octal365105265011032450213276
Binary1111010110001011011010101001000110101001010000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F545B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F545B5; }

 p { color: rgb(245,69,181); }

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

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

 a { background-color: rgb(245,69,181); }

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

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

 span { border-color: rgb(245,69,181); }

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