Html Css Color HEX #FC5C9A Brilliant Rose

📋 copy color: '#FC5C9A'

red 252 ◦ green 92 ◦ blue 154

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

Shades of Brilliant Rose #FC5C9A

Tints of Brilliant Rose #FC5C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 50.6%
G = 18.47%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC5C9A (or 0xFC5C9A) is known color: Brilliant Rose. HEX triplet: FC, 5C and 9A. RGB value is (252,92,154). Sum of RGB (Red+Green+Blue) = 252+92+154=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C9A is #03A365. Grayscale: #929292. Windows color (decimal): -238438 or 10116348. OLE color: 10116348.

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

Color convert

RGB 252 92 154 -
CMYK 0 0.63 0.39 0.01
HSL 336.75º 0.96% 0.67% -
HSV(B) 336.75º 0.63% 0.99% -
XYZ 49.8 30.68 33.87 -
YUV 146.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 252 92 154 0 0.63 0.39 0.01 336.75 0.96 0.67
Hex FC 5C 9A 0 3F 27 1 151 60 43
Octal 374 134 232 0 77 47 1 521 140 103
Binary 11111100 1011100 10011010 0 111111 100111 1 101010001 1100000 1000011

Color Harmonies of #FC5C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C9A

Black with #FC5C9A

Text Example


Text Example

White with #FC5C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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