Html Css Color HEX #FA5AA5 Brilliant Rose

📋 copy color: '#FA5AA5'

red 250 ◦ green 90 ◦ blue 165

#FA5AA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FA5AA5

Tints of Brilliant Rose #FA5AA5

RGB

 RED value IS 250 (98.05% from 255) = 49.5%

 GREEN value IS 90 (35.55% from 255) = 17.82%

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 49.5%
G = 17.82%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA5AA5 (or 0xFA5AA5) is known color: Brilliant Rose. HEX triplet: FA, 5A and A5. RGB value is (250,90,165). Sum of RGB (Red+Green+Blue) = 250+90+165=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AA5 is #05A55A. Grayscale: #929292. Windows color (decimal): -370011 or 10836730. OLE color: 10836730.

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

Color convert

RGB 250 90 165 -
CMYK 0 0.64 0.34 0.02
HSL 331.88º 0.94% 0.67% -
HSV(B) 331.88º 0.64% 0.98% -
XYZ 49.87 30.35 38.83 -
YUV 146.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 250 90 165 0 0.64 0.34 0.02 331.88 0.94 0.67
Hex FA 5A A5 0 40 22 2 14C 5E 43
Octal 372 132 245 0 100 42 2 514 136 103
Binary 11111010 1011010 10100101 0 1000000 100010 10 101001100 1011110 1000011

Color Harmonies of #FA5AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AA5

Black with #FA5AA5

Text Example


Text Example

White with #FA5AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AA5; }

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

 H1.HeaderClassName
 {
   color: #FA5AA5;
 }
 .AnyTagClassName
 {
   color: #FA5AA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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