Html Css Color HEX #FA5BA3 Brilliant Rose

📋 copy color: '#FA5BA3'

red 250 ◦ green 91 ◦ blue 163

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

Shades of Brilliant Rose #FA5BA3

Tints of Brilliant Rose #FA5BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 49.6%
G = 18.06%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA5BA3 (or 0xFA5BA3) is known color: Brilliant Rose. HEX triplet: FA, 5B and A3. RGB value is (250,91,163). Sum of RGB (Red+Green+Blue) = 250+91+163=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA3 is #05A45C. Grayscale: #929292. Windows color (decimal): -369757 or 10705914. OLE color: 10705914.

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

Color convert

RGB 250 91 163 -
CMYK 0 0.64 0.35 0.02
HSL 332.83º 0.94% 0.67% -
HSV(B) 332.83º 0.64% 0.98% -
XYZ 49.78 30.45 37.9 -
YUV 146.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 250 91 163 0 0.64 0.35 0.02 332.83 0.94 0.67
Hex FA 5B A3 0 40 23 2 14D 5E 43
Octal 372 133 243 0 100 43 2 515 136 103
Binary 11111010 1011011 10100011 0 1000000 100011 10 101001101 1011110 1000011

Color Harmonies of #FA5BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BA3

Black with #FA5BA3

Text Example


Text Example

White with #FA5BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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