Html Css Color HEX #FA5BA1 Brilliant Rose

📋 copy color: '#FA5BA1'

red 250 ◦ green 91 ◦ blue 161

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

Shades of Brilliant Rose #FA5BA1

Tints of Brilliant Rose #FA5BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

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

R = 49.8%
G = 18.13%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA5BA1 (or 0xFA5BA1) is known color: Brilliant Rose. HEX triplet: FA, 5B and A1. RGB value is (250,91,161). Sum of RGB (Red+Green+Blue) = 250+91+161=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA1 is #05A45E. Grayscale: #929292. Windows color (decimal): -369759 or 10574842. OLE color: 10574842.

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

Color convert

RGB 250 91 161 -
CMYK 0 0.64 0.36 0.02
HSL 333.58º 0.94% 0.67% -
HSV(B) 333.58º 0.64% 0.98% -
XYZ 49.6 30.38 36.97 -
YUV 146.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 250 91 161 0 0.64 0.36 0.02 333.58 0.94 0.67
Hex FA 5B A1 0 40 24 2 14E 5E 43
Octal 372 133 241 0 100 44 2 516 136 103
Binary 11111010 1011011 10100001 0 1000000 100100 10 101001110 1011110 1000011

Color Harmonies of #FA5BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BA1

Black with #FA5BA1

Text Example


Text Example

White with #FA5BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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