#F449AF

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

Shades of Brilliant Rose #F449AF

Tints of Brilliant Rose #F449AF

Color information

#F449AF (or 0xF449AF) is unknown color: approx Brilliant Rose. HEX triplet: F4, 49 and AF. RGB value is (244,73,175). Sum of RGB (Red+Green+Blue) = 244+73+175=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F449AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F449AF is #0BB650. Grayscale: #878787. Windows color (decimal): -767569 or 11487732. OLE color: 11487732.

HSL color Cylindrical-coordinate representation of color #F449AF: hue angle of 324.21º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB24473175-
CMYK00.700.280.04
HSL324.21º88.6%62.16%-
HSV(B)324.21º70.08%95.69%-
XYZ47.4327.0943.29-
YUV135.76150.15205.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 73 (28.91% from 255) = 14.84%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=49.59%
G=14.84%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447317500.700.280.04324.2188.662.16
HexF449AF0461C4144593e
Octal364111257010634450413176
Binary1111010010010011010111101000110111001001010001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F449AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F449AF; }

 p { color: rgb(244,73,175); }

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

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

 a { background-color: rgb(244,73,175); }

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

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

 span { border-color: rgb(244,73,175); }

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