Html Css Color HEX #FA54A9 Brilliant Rose

📋 copy color: '#FA54A9'

red 250 ◦ green 84 ◦ blue 169

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

Shades of Brilliant Rose #FA54A9

Tints of Brilliant Rose #FA54A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.6%

R = 49.7%
G = 16.7%
B = 33.6%

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

#FA54A9 (or 0xFA54A9) is known color: Brilliant Rose. HEX triplet: FA, 54 and A9. RGB value is (250,84,169). Sum of RGB (Red+Green+Blue) = 250+84+169=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA54A9 is #05AB56. Grayscale: #8F8F8F. Windows color (decimal): -371543 or 11097338. OLE color: 11097338.

HSL color Cylindrical-coordinate representation of color #FA54A9: hue angle of 329.28º 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 #FA54A9 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 169 -
CMYK 0 0.66 0.32 0.02
HSL 329.28º 0.94% 0.65% -
HSV(B) 329.28º 0.66% 0.98% -
XYZ 49.76 29.53 40.61 -
YUV 143.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 250 84 169 0 0.66 0.32 0.02 329.28 0.94 0.65
Hex FA 54 A9 0 42 20 2 149 5E 41
Octal 372 124 251 0 102 40 2 511 136 101
Binary 11111010 1010100 10101001 0 1000010 100000 10 101001001 1011110 1000001

Color Harmonies of #FA54A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54A9

Black with #FA54A9

Text Example


Text Example

White with #FA54A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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