#F253AE

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

Shades of Brilliant Rose #F253AE

Tints of Brilliant Rose #F253AE

Color information

#F253AE (or 0xF253AE) is unknown color: approx Brilliant Rose. HEX triplet: F2, 53 and AE. RGB value is (242,83,174). Sum of RGB (Red+Green+Blue) = 242+83+174=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F253AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F253AE is #0DAC51. Grayscale: #8C8C8C. Windows color (decimal): -896082 or 11424754. OLE color: 11424754.

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

Color convert

RGB24283174-
CMYK00.660.280.05
HSL325.66º85.95%63.73%-
HSV(B)325.66º65.7%94.9%-
XYZ47.3528.1242.98-
YUV140.92146.68200.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=48.50%
G=16.63%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428317400.660.280.05325.6685.9563.73
HexF253AE0421C51465640
Octal3621232560102345506126100
Binary11110010101001110101110010000101110010110100011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F253AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F253AE; }

 p { color: rgb(242,83,174); }

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

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

 a { background-color: rgb(242,83,174); }

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

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

 span { border-color: rgb(242,83,174); }

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