#F54BAA

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

Shades of Brilliant Rose #F54BAA

Tints of Brilliant Rose #F54BAA

Color information

#F54BAA (or 0xF54BAA) is unknown color: approx Brilliant Rose. HEX triplet: F5, 4B and AA. RGB value is (245,75,170). Sum of RGB (Red+Green+Blue) = 245+75+170=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BAA is #0AB455. Grayscale: #888888. Windows color (decimal): -701526 or 11160565. OLE color: 11160565.

HSL color Cylindrical-coordinate representation of color #F54BAA: hue angle of 326.47º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54BAA is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24575170-
CMYK00.690.310.04
HSL326.47º89.47%62.75%-
HSV(B)326.47º69.39%96.08%-
XYZ47.4327.3540.81-
YUV136.66146.82205.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 15.31%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=50%
G=15.31%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457517000.690.310.04326.4789.4762.75
HexF54BAA0451F4146593f
Octal365113252010537450613177
Binary1111010110010111010101001000101111111001010001101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54BAA; }

 p { color: rgb(245,75,170); }

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

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

 a { background-color: rgb(245,75,170); }

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

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

 span { border-color: rgb(245,75,170); }

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