#F44BA9

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

Shades of Brilliant Rose #F44BA9

Tints of Brilliant Rose #F44BA9

Color information

#F44BA9 (or 0xF44BA9) is unknown color: approx Brilliant Rose. HEX triplet: F4, 4B and A9. RGB value is (244,75,169). Sum of RGB (Red+Green+Blue) = 244+75+169=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F44BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44BA9 is #0BB456. Grayscale: #888888. Windows color (decimal): -767063 or 11095028. OLE color: 11095028.

HSL color Cylindrical-coordinate representation of color #F44BA9: hue angle of 326.63º degrees, saturation: 0.88, 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 #F44BA9 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24475169-
CMYK00.690.310.04
HSL326.63º88.48%62.55%-
HSV(B)326.63º69.26%95.69%-
XYZ46.9927.1340.3-
YUV136.25146.49204.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 15.37%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=50%
G=15.37%
B=34.63%

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
Decimal2447516900.690.310.04326.6388.4862.55
HexF44BA90451F4147583f
Octal364113251010537450713077
Binary1111010010010111010100101000101111111001010001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44BA9; }

 p { color: rgb(244,75,169); }

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

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

 a { background-color: rgb(244,75,169); }

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

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

 span { border-color: rgb(244,75,169); }

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