#F057A4

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

Shades of Brilliant Rose #F057A4

Tints of Brilliant Rose #F057A4

Color information

#F057A4 (or 0xF057A4) is unknown color: approx Brilliant Rose. HEX triplet: F0, 57 and A4. RGB value is (240,87,164). Sum of RGB (Red+Green+Blue) = 240+87+164=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F057A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F057A4 is #0FA85B. Grayscale: #8D8D8D. Windows color (decimal): -1026140 or 10770416. OLE color: 10770416.

HSL color Cylindrical-coordinate representation of color #F057A4: hue angle of 329.8º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057A4 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB24087164-
CMYK00.640.320.06
HSL329.8º83.61%64.12%-
HSV(B)329.8º63.75%94.12%-
XYZ46.0428.0238.1-
YUV141.52140.69198.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 87 (34.38% from 255) = 17.72%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=48.88%
G=17.72%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408716400.640.320.06329.883.6164.12
HexF057A404020614a5440
Octal3601272440100406512124100
Binary111100001010111101001000100000010000011010100101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F057A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F057A4; }

 p { color: rgb(240,87,164); }

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

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

 a { background-color: rgb(240,87,164); }

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

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

 span { border-color: rgb(240,87,164); }

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