#FA4CA1

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

Shades of Brilliant Rose #FA4CA1

Tints of Brilliant Rose #FA4CA1

Color information

#FA4CA1 (or 0xFA4CA1) is unknown color: approx Brilliant Rose. HEX triplet: FA, 4C and A1. RGB value is (250,76,161). Sum of RGB (Red+Green+Blue) = 250+76+161=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CA1 is #05B35E. Grayscale: #898989. Windows color (decimal): -373599 or 10571002. OLE color: 10571002.

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

Color convert

RGB25076161-
CMYK00.700.360.02
HSL330.69º94.57%63.92%-
HSV(B)330.69º69.6%98.04%-
XYZ48.4428.0736.58-
YUV137.72141.15208.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 76 (30.08% from 255) = 15.61%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=51.33%
G=15.61%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507616100.700.360.02330.6994.5763.92
HexFA4CA104624214b5f40
Octal3721142410106442513137100
Binary11111010100110010100001010001101001001010100101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4CA1; }

 p { color: rgb(250,76,161); }

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

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

 a { background-color: rgb(250,76,161); }

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

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

 span { border-color: rgb(250,76,161); }

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