#F95CAC

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

Shades of Brilliant Rose #F95CAC

Tints of Brilliant Rose #F95CAC

Color information

#F95CAC (or 0xF95CAC) is unknown color: approx Brilliant Rose. HEX triplet: F9, 5C and AC. RGB value is (249,92,172). Sum of RGB (Red+Green+Blue) = 249+92+172=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95CAC is #06A353. Grayscale: #939393. Windows color (decimal): -435028 or 11295993. OLE color: 11295993.

HSL color Cylindrical-coordinate representation of color #F95CAC: hue angle of 329.43º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CAC is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24992172-
CMYK00.630.310.02
HSL329.43º92.9%66.86%-
HSV(B)329.43º63.05%97.65%-
XYZ50.3430.7742.32-
YUV148.06141.51200-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=48.54%
G=17.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499217200.630.310.02329.4392.966.86
HexF95CAC03F1F21495d43
Octal371134254077372511135103
Binary111110011011100101011000111111111111010100100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95CAC; }

 p { color: rgb(249,92,172); }

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

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

 a { background-color: rgb(249,92,172); }

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

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

 span { border-color: rgb(249,92,172); }

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