Html Css Color HEX #FC5097 Brilliant Rose

📋 copy color: '#FC5097'

red 252 ◦ green 80 ◦ blue 151

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

Shades of Brilliant Rose #FC5097

Tints of Brilliant Rose #FC5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 52.17%
G = 16.56%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC5097 (or 0xFC5097) is known color: Brilliant Rose. HEX triplet: FC, 50 and 97. RGB value is (252,80,151). Sum of RGB (Red+Green+Blue) = 252+80+151=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5097 is #03AF68. Grayscale: #8B8B8B. Windows color (decimal): -241513 or 9916668. OLE color: 9916668.

HSL color Cylindrical-coordinate representation of color #FC5097: hue angle of 335.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5097 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 151 -
CMYK 0 0.68 0.40 0.01
HSL 335.23º 0.97% 0.65% -
HSV(B) 335.23º 0.68% 0.99% -
XYZ 48.6 28.67 32.25 -
YUV 139.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 252 80 151 0 0.68 0.40 0.01 335.23 0.97 0.65
Hex FC 50 97 0 44 28 1 14F 61 41
Octal 374 120 227 0 104 50 1 517 141 101
Binary 11111100 1010000 10010111 0 1000100 101000 1 101001111 1100001 1000001

Color Harmonies of #FC5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5097

Black with #FC5097

Text Example


Text Example

White with #FC5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5097; }

 p { color: rgb(252,80,151); }

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

background-color css

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

 a { background-color: rgb(252,80,151); }

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

border-color css

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

 span { border-color: rgb(252,80,151); }

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