Html Css Color HEX #FC5AAF Brilliant Rose

📋 copy color: '#FC5AAF'

red 252 ◦ green 90 ◦ blue 175

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

Shades of Brilliant Rose #FC5AAF

Tints of Brilliant Rose #FC5AAF

RGB

 RED value IS 252 (98.83% from 255) = 48.74%

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 48.74%
G = 17.41%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC5AAF (or 0xFC5AAF) is known color: Brilliant Rose. HEX triplet: FC, 5A and AF. RGB value is (252,90,175). Sum of RGB (Red+Green+Blue) = 252+90+175=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AAF is #03A550. Grayscale: #939393. Windows color (decimal): -238929 or 11492092. OLE color: 11492092.

HSL color Cylindrical-coordinate representation of color #FC5AAF: hue angle of 328.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5AAF is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 175 -
CMYK 0 0.64 0.31 0.01
HSL 328.52º 0.96% 0.67% -
HSV(B) 328.52º 0.64% 0.99% -
XYZ 51.54 31.1 43.84 -
YUV 148.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 252 90 175 0 0.64 0.31 0.01 328.52 0.96 0.67
Hex FC 5A AF 0 40 1F 1 149 60 43
Octal 374 132 257 0 100 37 1 511 140 103
Binary 11111100 1011010 10101111 0 1000000 11111 1 101001001 1100000 1000011

Color Harmonies of #FC5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5AAF

Black with #FC5AAF

Text Example


Text Example

White with #FC5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5AAF; }

 p { color: rgb(252,90,175); }

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

background-color css

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

 a { background-color: rgb(252,90,175); }

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

border-color css

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

 span { border-color: rgb(252,90,175); }

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