Html Css Color HEX #FA50A3 Brilliant Rose

📋 copy color: '#FA50A3'

red 250 ◦ green 80 ◦ blue 163

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

Shades of Brilliant Rose #FA50A3

Tints of Brilliant Rose #FA50A3

RGB

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

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

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

R = 50.71%
G = 16.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA50A3 (or 0xFA50A3) is known color: Brilliant Rose. HEX triplet: FA, 50 and A3. RGB value is (250,80,163). Sum of RGB (Red+Green+Blue) = 250+80+163=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50A3 is #05AF5C. Grayscale: #8C8C8C. Windows color (decimal): -372573 or 10703098. OLE color: 10703098.

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

Color convert

RGB 250 80 163 -
CMYK 0 0.68 0.35 0.02
HSL 330.71º 0.94% 0.65% -
HSV(B) 330.71º 0.68% 0.98% -
XYZ 48.9 28.71 37.61 -
YUV 140.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 250 80 163 0 0.68 0.35 0.02 330.71 0.94 0.65
Hex FA 50 A3 0 44 23 2 14B 5E 41
Octal 372 120 243 0 104 43 2 513 136 101
Binary 11111010 1010000 10100011 0 1000100 100011 10 101001011 1011110 1000001

Color Harmonies of #FA50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50A3

Black with #FA50A3

Text Example


Text Example

White with #FA50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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