Html Css Color HEX #FA50AC Brilliant Rose

📋 copy color: '#FA50AC'

red 250 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #FA50AC

Tints of Brilliant Rose #FA50AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 49.8%
G = 15.94%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA50AC (or 0xFA50AC) is known color: Brilliant Rose. HEX triplet: FA, 50 and AC. RGB value is (250,80,172). Sum of RGB (Red+Green+Blue) = 250+80+172=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA50AC is #05AF53. Grayscale: #8D8D8D. Windows color (decimal): -372564 or 11292922. OLE color: 11292922.

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

Color convert

RGB 250 80 172 -
CMYK 0 0.68 0.31 0.02
HSL 327.53º 0.94% 0.65% -
HSV(B) 327.53º 0.68% 0.98% -
XYZ 49.74 29.04 42.01 -
YUV 141.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 250 80 172 0 0.68 0.31 0.02 327.53 0.94 0.65
Hex FA 50 AC 0 44 1F 2 148 5E 41
Octal 372 120 254 0 104 37 2 510 136 101
Binary 11111010 1010000 10101100 0 1000100 11111 10 101001000 1011110 1000001

Color Harmonies of #FA50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50AC

Black with #FA50AC

Text Example


Text Example

White with #FA50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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