Html Css Color HEX #FA5AAF Brilliant Rose

📋 copy color: '#FA5AAF'

red 250 ◦ green 90 ◦ blue 175

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

Shades of Brilliant Rose #FA5AAF

Tints of Brilliant Rose #FA5AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 48.54%
G = 17.48%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA5AAF (or 0xFA5AAF) is known color: Brilliant Rose. HEX triplet: FA, 5A and AF. RGB value is (250,90,175). Sum of RGB (Red+Green+Blue) = 250+90+175=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5AAF is #05A550. Grayscale: #939393. Windows color (decimal): -370001 or 11492090. OLE color: 11492090.

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

Color convert

RGB 250 90 175 -
CMYK 0 0.64 0.3 0.02
HSL 328.13º 0.94% 0.67% -
HSV(B) 328.13º 0.64% 0.98% -
XYZ 50.82 30.73 43.81 -
YUV 147.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 250 90 175 0 0.64 0.3 0.02 328.13 0.94 0.67
Hex FA 5A AF 0 40 1E 2 148 5E 43
Octal 372 132 257 0 100 36 2 510 136 103
Binary 11111010 1011010 10101111 0 1000000 11110 10 101001000 1011110 1000011

Color Harmonies of #FA5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5AAF

Black with #FA5AAF

Text Example


Text Example

White with #FA5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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