Html Css Color HEX #FA54AC Brilliant Rose

📋 copy color: '#FA54AC'

red 250 ◦ green 84 ◦ blue 172

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

Shades of Brilliant Rose #FA54AC

Tints of Brilliant Rose #FA54AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

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

R = 49.41%
G = 16.6%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA54AC (or 0xFA54AC) is known color: Brilliant Rose. HEX triplet: FA, 54 and AC. RGB value is (250,84,172). Sum of RGB (Red+Green+Blue) = 250+84+172=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA54AC is #05AB53. Grayscale: #8F8F8F. Windows color (decimal): -371540 or 11293946. OLE color: 11293946.

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

Color convert

RGB 250 84 172 -
CMYK 0 0.66 0.31 0.02
HSL 328.19º 0.94% 0.65% -
HSV(B) 328.19º 0.66% 0.98% -
XYZ 50.04 29.64 42.11 -
YUV 143.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 250 84 172 0 0.66 0.31 0.02 328.19 0.94 0.65
Hex FA 54 AC 0 42 1F 2 148 5E 41
Octal 372 124 254 0 102 37 2 510 136 101
Binary 11111010 1010100 10101100 0 1000010 11111 10 101001000 1011110 1000001

Color Harmonies of #FA54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54AC

Black with #FA54AC

Text Example


Text Example

White with #FA54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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