Html Css Color HEX #FA5BA2 Brilliant Rose

📋 copy color: '#FA5BA2'

red 250 ◦ green 91 ◦ blue 162

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

Shades of Brilliant Rose #FA5BA2

Tints of Brilliant Rose #FA5BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 49.7%
G = 18.09%
B = 32.21%

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

#FA5BA2 (or 0xFA5BA2) is known color: Brilliant Rose. HEX triplet: FA, 5B and A2. RGB value is (250,91,162). Sum of RGB (Red+Green+Blue) = 250+91+162=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA2 is #05A45D. Grayscale: #929292. Windows color (decimal): -369758 or 10640378. OLE color: 10640378.

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

Color convert

RGB 250 91 162 -
CMYK 0 0.64 0.35 0.02
HSL 333.21º 0.94% 0.67% -
HSV(B) 333.21º 0.64% 0.98% -
XYZ 49.69 30.41 37.43 -
YUV 146.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 250 91 162 0 0.64 0.35 0.02 333.21 0.94 0.67
Hex FA 5B A2 0 40 23 2 14D 5E 43
Octal 372 133 242 0 100 43 2 515 136 103
Binary 11111010 1011011 10100010 0 1000000 100011 10 101001101 1011110 1000011

Color Harmonies of #FA5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BA2

Black with #FA5BA2

Text Example


Text Example

White with #FA5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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