#F848AE

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

Shades of Brilliant Rose #F848AE

Tints of Brilliant Rose #F848AE

Color information

#F848AE (or 0xF848AE) is unknown color: approx Brilliant Rose. HEX triplet: F8, 48 and AE. RGB value is (248,72,174). Sum of RGB (Red+Green+Blue) = 248+72+174=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F848AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F848AE is #07B751. Grayscale: #888888. Windows color (decimal): -505682 or 11421944. OLE color: 11421944.

HSL color Cylindrical-coordinate representation of color #F848AE: hue angle of 325.23º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F848AE is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB24872174-
CMYK00.710.300.03
HSL325.23º92.63%62.75%-
HSV(B)325.23º70.97%97.25%-
XYZ48.6727.6542.82-
YUV136.25149.31207.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 72 (28.52% from 255) = 14.57%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=50.20%
G=14.57%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487217400.710.300.03325.2392.6362.75
HexF848AE0471E31455d3f
Octal370110256010736350513577
Binary111110001001000101011100100011111110111010001011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F848AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F848AE; }

 p { color: rgb(248,72,174); }

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

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

 a { background-color: rgb(248,72,174); }

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

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

 span { border-color: rgb(248,72,174); }

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