#FA5C99

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

Shades of Brilliant Rose #FA5C99

Tints of Brilliant Rose #FA5C99

Color information

#FA5C99 (or 0xFA5C99) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5C and 99. RGB value is (250,92,153). Sum of RGB (Red+Green+Blue) = 250+92+153=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5C99 is #05A366. Grayscale: #929292. Windows color (decimal): -369511 or 10050810. OLE color: 10050810.

HSL color Cylindrical-coordinate representation of color #FA5C99: hue angle of 336.84º degrees, saturation: 0.94, 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 #FA5C99 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB25092153-
CMYK00.630.390.02
HSL336.84º94.05%67.06%-
HSV(B)336.84º63.2%98.04%-
XYZ4930.2833.4-
YUV146.2131.85202.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=50.51%
G=18.59%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509215300.630.390.02336.8494.0567.06
HexFA5C9903F2721515e43
Octal372134231077472521136103
Binary1111101010111001001100101111111001111010101000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C99; }

 p { color: rgb(250,92,153); }

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

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

 a { background-color: rgb(250,92,153); }

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

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

 span { border-color: rgb(250,92,153); }

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