Html Css Color HEX #FC5CAA Brilliant Rose

📋 copy color: '#FC5CAA'

red 252 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #FC5CAA

Tints of Brilliant Rose #FC5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 49.03%
G = 17.9%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC5CAA (or 0xFC5CAA) is known color: Brilliant Rose. HEX triplet: FC, 5C and AA. RGB value is (252,92,170). Sum of RGB (Red+Green+Blue) = 252+92+170=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CAA is #03A355. Grayscale: #949494. Windows color (decimal): -238422 or 11164924. OLE color: 11164924.

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

Color convert

RGB 252 92 170 -
CMYK 0 0.63 0.33 0.01
HSL 330.75º 0.96% 0.67% -
HSV(B) 330.75º 0.63% 0.99% -
XYZ 51.23 31.25 41.36 -
YUV 148.73 140.01 201.66 -
System Red Green Blue C M Y K H S L
Decimal 252 92 170 0 0.63 0.33 0.01 330.75 0.96 0.67
Hex FC 5C AA 0 3F 21 1 14B 60 43
Octal 374 134 252 0 77 41 1 513 140 103
Binary 11111100 1011100 10101010 0 111111 100001 1 101001011 1100000 1000011

Color Harmonies of #FC5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CAA

Black with #FC5CAA

Text Example


Text Example

White with #FC5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CAA; }

 p { color: rgb(252,92,170); }

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

background-color css

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

 a { background-color: rgb(252,92,170); }

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

border-color css

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

 span { border-color: rgb(252,92,170); }

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