#F864A1

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

Shades of Brilliant Rose #F864A1

Tints of Brilliant Rose #F864A1

Color information

#F864A1 (or 0xF864A1) is unknown color: approx Brilliant Rose. HEX triplet: F8, 64 and A1. RGB value is (248,100,161). Sum of RGB (Red+Green+Blue) = 248+100+161=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F864A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F864A1 is #079B5E. Grayscale: #979797. Windows color (decimal): -498527 or 10577144. OLE color: 10577144.

HSL color Cylindrical-coordinate representation of color #F864A1: hue angle of 335.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864A1 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248100161-
CMYK00.600.350.03
HSL335.27º91.36%68.24%-
HSV(B)335.27º59.68%97.25%-
XYZ49.731.6437.21-
YUV151.21133.53197.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.72%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=48.72%
G=19.65%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810016100.600.350.03335.2791.3668.24
HexF864A103C23314f5b44
Octal370144241074433517133104
Binary1111100011001001010000101111001000111110100111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864A1; }

 p { color: rgb(248,100,161); }

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

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

 a { background-color: rgb(248,100,161); }

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

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

 span { border-color: rgb(248,100,161); }

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