Html Css Color HEX #FA55A1 Brilliant Rose

📋 copy color: '#FA55A1'

red 250 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #FA55A1

Tints of Brilliant Rose #FA55A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 50.4%
G = 17.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA55A1 (or 0xFA55A1) is known color: Brilliant Rose. HEX triplet: FA, 55 and A1. RGB value is (250,85,161). Sum of RGB (Red+Green+Blue) = 250+85+161=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55A1 is #05AA5E. Grayscale: #8E8E8E. Windows color (decimal): -371295 or 10573306. OLE color: 10573306.

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

Color convert

RGB 250 85 161 -
CMYK 0 0.66 0.36 0.02
HSL 332.36º 0.94% 0.66% -
HSV(B) 332.36º 0.66% 0.98% -
XYZ 49.11 29.39 36.8 -
YUV 143 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 250 85 161 0 0.66 0.36 0.02 332.36 0.94 0.66
Hex FA 55 A1 0 42 24 2 14C 5E 42
Octal 372 125 241 0 102 44 2 514 136 102
Binary 11111010 1010101 10100001 0 1000010 100100 10 101001100 1011110 1000010

Color Harmonies of #FA55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55A1

Black with #FA55A1

Text Example


Text Example

White with #FA55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55A1; }

 p { color: rgb(250,85,161); }

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

background-color css

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

 a { background-color: rgb(250,85,161); }

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

border-color css

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

 span { border-color: rgb(250,85,161); }

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