Html Css Color HEX #FA5AAB Brilliant Rose

📋 copy color: '#FA5AAB'

red 250 ◦ green 90 ◦ blue 171

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

Shades of Brilliant Rose #FA5AAB

Tints of Brilliant Rose #FA5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 48.92%
G = 17.61%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA5AAB (or 0xFA5AAB) is known color: Brilliant Rose. HEX triplet: FA, 5A and AB. RGB value is (250,90,171). Sum of RGB (Red+Green+Blue) = 250+90+171=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AAB is #05A554. Grayscale: #929292. Windows color (decimal): -370005 or 11229946. OLE color: 11229946.

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

Color convert

RGB 250 90 171 -
CMYK 0 0.64 0.32 0.02
HSL 329.63º 0.94% 0.67% -
HSV(B) 329.63º 0.64% 0.98% -
XYZ 50.43 30.58 41.77 -
YUV 147.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 250 90 171 0 0.64 0.32 0.02 329.63 0.94 0.67
Hex FA 5A AB 0 40 20 2 14A 5E 43
Octal 372 132 253 0 100 40 2 512 136 103
Binary 11111010 1011010 10101011 0 1000000 100000 10 101001010 1011110 1000011

Color Harmonies of #FA5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AAB

Black with #FA5AAB

Text Example


Text Example

White with #FA5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AAB; }

 p { color: rgb(250,90,171); }

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

background-color css

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

 a { background-color: rgb(250,90,171); }

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

border-color css

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

 span { border-color: rgb(250,90,171); }

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