Html Css Color HEX #FC5CA0 Brilliant Rose

📋 copy color: '#FC5CA0'

red 252 ◦ green 92 ◦ blue 160

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

Shades of Brilliant Rose #FC5CA0

Tints of Brilliant Rose #FC5CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 50%
G = 18.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC5CA0 (or 0xFC5CA0) is known color: Brilliant Rose. HEX triplet: FC, 5C and A0. RGB value is (252,92,160). Sum of RGB (Red+Green+Blue) = 252+92+160=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CA0 is #03A35F. Grayscale: #939393. Windows color (decimal): -238432 or 10509564. OLE color: 10509564.

HSL color Cylindrical-coordinate representation of color #FC5CA0: hue angle of 334.5º 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 #FC5CA0 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 92 160 -
CMYK 0 0.63 0.37 0.01
HSL 334.5º 0.96% 0.67% -
HSV(B) 334.5º 0.63% 0.99% -
XYZ 50.32 30.89 36.57 -
YUV 147.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 252 92 160 0 0.63 0.37 0.01 334.5 0.96 0.67
Hex FC 5C A0 0 3F 25 1 14E 60 43
Octal 374 134 240 0 77 45 1 516 140 103
Binary 11111100 1011100 10100000 0 111111 100101 1 101001110 1100000 1000011

Color Harmonies of #FC5CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CA0

Black with #FC5CA0

Text Example


Text Example

White with #FC5CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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