Html Css Color HEX #FA54AA Brilliant Rose

📋 copy color: '#FA54AA'

red 250 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #FA54AA

Tints of Brilliant Rose #FA54AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.67%

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 49.6%
G = 16.67%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA54AA (or 0xFA54AA) is known color: Brilliant Rose. HEX triplet: FA, 54 and AA. RGB value is (250,84,170). Sum of RGB (Red+Green+Blue) = 250+84+170=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA54AA is #05AB55. Grayscale: #8F8F8F. Windows color (decimal): -371542 or 11162874. OLE color: 11162874.

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

Color convert

RGB 250 84 170 -
CMYK 0 0.66 0.32 0.02
HSL 328.92º 0.94% 0.65% -
HSV(B) 328.92º 0.66% 0.98% -
XYZ 49.85 29.57 41.11 -
YUV 143.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 250 84 170 0 0.66 0.32 0.02 328.92 0.94 0.65
Hex FA 54 AA 0 42 20 2 149 5E 41
Octal 372 124 252 0 102 40 2 511 136 101
Binary 11111010 1010100 10101010 0 1000010 100000 10 101001001 1011110 1000001

Color Harmonies of #FA54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54AA

Black with #FA54AA

Text Example


Text Example

White with #FA54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54AA; }

 p { color: rgb(250,84,170); }

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

background-color css

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

 a { background-color: rgb(250,84,170); }

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

border-color css

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

 span { border-color: rgb(250,84,170); }

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