#F048AA

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

Shades of Brilliant Rose #F048AA

Tints of Brilliant Rose #F048AA

Color information

#F048AA (or 0xF048AA) is unknown color: approx Brilliant Rose. HEX triplet: F0, 48 and AA. RGB value is (240,72,170). Sum of RGB (Red+Green+Blue) = 240+72+170=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F048AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F048AA is #0FB755. Grayscale: #858585. Windows color (decimal): -1029974 or 11159792. OLE color: 11159792.

HSL color Cylindrical-coordinate representation of color #F048AA: hue angle of 325º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048AA is Cyan = 0, Magento = 0.7, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB24072170-
CMYK00.70.290.06
HSL325º84.85%61.18%-
HSV(B)325º70%94.12%-
XYZ45.5126.0640.66-
YUV133.4148.66204.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 72 (28.52% from 255) = 14.94%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=49.79%
G=14.94%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407217000.70.290.0632584.8561.18
HexF048AA0461D6145553d
Octal360110252010635650512575
Binary1111000010010001010101001000110111011101010001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F048AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F048AA; }

 p { color: rgb(240,72,170); }

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

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

 a { background-color: rgb(240,72,170); }

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

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

 span { border-color: rgb(240,72,170); }

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