Html Css Color HEX #FA52AC Brilliant Rose

📋 copy color: '#FA52AC'

red 250 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #FA52AC

Tints of Brilliant Rose #FA52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.27%

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

R = 49.6%
G = 16.27%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA52AC (or 0xFA52AC) is known color: Brilliant Rose. HEX triplet: FA, 52 and AC. RGB value is (250,82,172). Sum of RGB (Red+Green+Blue) = 250+82+172=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA52AC is #05AD53. Grayscale: #8E8E8E. Windows color (decimal): -372052 or 11293434. OLE color: 11293434.

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

Color convert

RGB 250 82 172 -
CMYK 0 0.67 0.31 0.02
HSL 327.86º 0.94% 0.65% -
HSV(B) 327.86º 0.67% 0.98% -
XYZ 49.89 29.34 42.06 -
YUV 142.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 250 82 172 0 0.67 0.31 0.02 327.86 0.94 0.65
Hex FA 52 AC 0 43 1F 2 148 5E 41
Octal 372 122 254 0 103 37 2 510 136 101
Binary 11111010 1010010 10101100 0 1000011 11111 10 101001000 1011110 1000001

Color Harmonies of #FA52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52AC

Black with #FA52AC

Text Example


Text Example

White with #FA52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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