#F458AE

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

Shades of Brilliant Rose #F458AE

Tints of Brilliant Rose #F458AE

Color information

#F458AE (or 0xF458AE) is unknown color: approx Brilliant Rose. HEX triplet: F4, 58 and AE. RGB value is (244,88,174). Sum of RGB (Red+Green+Blue) = 244+88+174=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F458AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F458AE is #0BA751. Grayscale: #909090. Windows color (decimal): -763730 or 11426036. OLE color: 11426036.

HSL color Cylindrical-coordinate representation of color #F458AE: hue angle of 326.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458AE is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24488174-
CMYK00.640.290.04
HSL326.92º87.64%65.1%-
HSV(B)326.92º63.93%95.69%-
XYZ48.4429.2743.14-
YUV144.45144.68199.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.22%
GREEN value IS 88 (34.77% from 255) = 17.39%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=48.22%
G=17.39%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448817400.640.290.04326.9287.6465.1
HexF458AE0401D41475841
Octal3641302560100354507130101
Binary11110100101100010101110010000001110110010100011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F458AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F458AE; }

 p { color: rgb(244,88,174); }

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

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

 a { background-color: rgb(244,88,174); }

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

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

 span { border-color: rgb(244,88,174); }

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