#F84BAE

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

Shades of Brilliant Rose #F84BAE

Tints of Brilliant Rose #F84BAE

Color information

#F84BAE (or 0xF84BAE) is unknown color: approx Brilliant Rose. HEX triplet: F8, 4B and AE. RGB value is (248,75,174). Sum of RGB (Red+Green+Blue) = 248+75+174=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84BAE is #07B451. Grayscale: #898989. Windows color (decimal): -504914 or 11422712. OLE color: 11422712.

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

Color convert

RGB24875174-
CMYK00.700.300.03
HSL325.66º92.51%63.33%-
HSV(B)325.66º69.76%97.25%-
XYZ48.8728.0442.88-
YUV138.01148.31206.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=49.90%
G=15.09%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487517400.700.300.03325.6692.5163.33
HexF84BAE0461E31465d3f
Octal370113256010636350613577
Binary111110001001011101011100100011011110111010001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84BAE; }

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

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

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

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

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

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

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

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