#FA61A5

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

Shades of Brilliant Rose #FA61A5

Tints of Brilliant Rose #FA61A5

Color information

#FA61A5 (or 0xFA61A5) is unknown color: approx Brilliant Rose. HEX triplet: FA, 61 and A5. RGB value is (250,97,165). Sum of RGB (Red+Green+Blue) = 250+97+165=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61A5 is #059E5A. Grayscale: #969696. Windows color (decimal): -368219 or 10838522. OLE color: 10838522.

HSL color Cylindrical-coordinate representation of color #FA61A5: hue angle of 333.33º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61A5 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB25097165-
CMYK00.610.340.02
HSL333.33º93.87%68.04%-
HSV(B)333.33º61.2%98.04%-
XYZ50.4931.5939.03-
YUV150.5136.19198.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=48.83%
G=18.95%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509716500.610.340.02333.3393.8768.04
HexFA61A503D22214d5e44
Octal372141245075422515136104
Binary1111101011000011010010101111011000101010100110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61A5; }

 p { color: rgb(250,97,165); }

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

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

 a { background-color: rgb(250,97,165); }

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

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

 span { border-color: rgb(250,97,165); }

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