#FA4D9D

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

Shades of Brilliant Rose #FA4D9D

Tints of Brilliant Rose #FA4D9D

Color information

#FA4D9D (or 0xFA4D9D) is unknown color: approx Brilliant Rose. HEX triplet: FA, 4D and 9D. RGB value is (250,77,157). Sum of RGB (Red+Green+Blue) = 250+77+157=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D9D is #05B262. Grayscale: #898989. Windows color (decimal): -373347 or 10309114. OLE color: 10309114.

HSL color Cylindrical-coordinate representation of color #FA4D9D: hue angle of 332.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4D9D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25077157-
CMYK00.690.370.02
HSL332.25º94.54%64.12%-
HSV(B)332.25º69.2%98.04%-
XYZ48.1628.0734.78-
YUV137.85138.81208-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=51.65%
G=15.91%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507715700.690.370.02332.2594.5464.12
HexFA4D9D04525214c5f40
Octal3721152350105452514137100
Binary11111010100110110011101010001011001011010100110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D9D; }

 p { color: rgb(250,77,157); }

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

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

 a { background-color: rgb(250,77,157); }

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

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

 span { border-color: rgb(250,77,157); }

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