Html Css Color HEX #FA54A5 Brilliant Rose

📋 copy color: '#FA54A5'

red 250 ◦ green 84 ◦ blue 165

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

Shades of Brilliant Rose #FA54A5

Tints of Brilliant Rose #FA54A5

RGB

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

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

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

R = 50.1%
G = 16.83%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA54A5 (or 0xFA54A5) is known color: Brilliant Rose. HEX triplet: FA, 54 and A5. RGB value is (250,84,165). Sum of RGB (Red+Green+Blue) = 250+84+165=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA54A5 is #05AB5A. Grayscale: #8E8E8E. Windows color (decimal): -371547 or 10835194. OLE color: 10835194.

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

Color convert

RGB 250 84 165 -
CMYK 0 0.66 0.34 0.02
HSL 330.72º 0.94% 0.65% -
HSV(B) 330.72º 0.66% 0.98% -
XYZ 49.39 29.38 38.67 -
YUV 142.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 250 84 165 0 0.66 0.34 0.02 330.72 0.94 0.65
Hex FA 54 A5 0 42 22 2 14B 5E 41
Octal 372 124 245 0 102 42 2 513 136 101
Binary 11111010 1010100 10100101 0 1000010 100010 10 101001011 1011110 1000001

Color Harmonies of #FA54A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54A5

Black with #FA54A5

Text Example


Text Example

White with #FA54A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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