Html Css Color HEX #FA5DAC Brilliant Rose

📋 copy color: '#FA5DAC'

red 250 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #FA5DAC

Tints of Brilliant Rose #FA5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

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

R = 48.54%
G = 18.06%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA5DAC (or 0xFA5DAC) is known color: Brilliant Rose. HEX triplet: FA, 5D and AC. RGB value is (250,93,172). Sum of RGB (Red+Green+Blue) = 250+93+172=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DAC is #05A253. Grayscale: #949494. Windows color (decimal): -369236 or 11296250. OLE color: 11296250.

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

Color convert

RGB 250 93 172 -
CMYK 0 0.63 0.31 0.02
HSL 329.81º 0.94% 0.67% -
HSV(B) 329.81º 0.63% 0.98% -
XYZ 50.79 31.13 42.36 -
YUV 148.95 141.01 200.08 -
System Red Green Blue C M Y K H S L
Decimal 250 93 172 0 0.63 0.31 0.02 329.81 0.94 0.67
Hex FA 5D AC 0 3F 1F 2 14A 5E 43
Octal 372 135 254 0 77 37 2 512 136 103
Binary 11111010 1011101 10101100 0 111111 11111 10 101001010 1011110 1000011

Color Harmonies of #FA5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DAC

Black with #FA5DAC

Text Example


Text Example

White with #FA5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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