Html Css Color HEX #FA50AE Brilliant Rose

📋 copy color: '#FA50AE'

red 250 ◦ green 80 ◦ blue 174

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

Shades of Brilliant Rose #FA50AE

Tints of Brilliant Rose #FA50AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 49.6%
G = 15.87%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA50AE (or 0xFA50AE) is known color: Brilliant Rose. HEX triplet: FA, 50 and AE. RGB value is (250,80,174). Sum of RGB (Red+Green+Blue) = 250+80+174=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50AE is #05AF51. Grayscale: #8D8D8D. Windows color (decimal): -372562 or 11423994. OLE color: 11423994.

HSL color Cylindrical-coordinate representation of color #FA50AE: hue angle of 326.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50AE is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 174 -
CMYK 0 0.68 0.30 0.02
HSL 326.82º 0.94% 0.65% -
HSV(B) 326.82º 0.68% 0.98% -
XYZ 49.93 29.12 43.03 -
YUV 141.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 250 80 174 0 0.68 0.30 0.02 326.82 0.94 0.65
Hex FA 50 AE 0 44 1E 2 147 5E 41
Octal 372 120 256 0 104 36 2 507 136 101
Binary 11111010 1010000 10101110 0 1000100 11110 10 101000111 1011110 1000001

Color Harmonies of #FA50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50AE

Black with #FA50AE

Text Example


Text Example

White with #FA50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50AE; }

 p { color: rgb(250,80,174); }

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

background-color css

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

 a { background-color: rgb(250,80,174); }

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

border-color css

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

 span { border-color: rgb(250,80,174); }

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