#F257AA

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

Shades of Brilliant Rose #F257AA

Tints of Brilliant Rose #F257AA

Color information

#F257AA (or 0xF257AA) is unknown color: approx Brilliant Rose. HEX triplet: F2, 57 and AA. RGB value is (242,87,170). Sum of RGB (Red+Green+Blue) = 242+87+170=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F257AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F257AA is #0DA855. Grayscale: #8E8E8E. Windows color (decimal): -895062 or 11163634. OLE color: 11163634.

HSL color Cylindrical-coordinate representation of color #F257AA: hue angle of 327.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F257AA is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24287170-
CMYK00.640.300.05
HSL327.87º85.64%64.51%-
HSV(B)327.87º64.05%94.9%-
XYZ47.2828.641.06-
YUV142.81143.35198.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 87 (34.38% from 255) = 17.43%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=48.50%
G=17.43%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428717000.640.300.05327.8785.6464.51
HexF257AA0401E51485641
Octal3621272520100365510126101
Binary11110010101011110101010010000001111010110100100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F257AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F257AA; }

 p { color: rgb(242,87,170); }

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

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

 a { background-color: rgb(242,87,170); }

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

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

 span { border-color: rgb(242,87,170); }

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