Html Css Color HEX #FC5096 Brilliant Rose

📋 copy color: '#FC5096'

red 252 ◦ green 80 ◦ blue 150

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

Shades of Brilliant Rose #FC5096

Tints of Brilliant Rose #FC5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 52.28%
G = 16.6%
B = 31.12%

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

#FC5096 (or 0xFC5096) is known color: Brilliant Rose. HEX triplet: FC, 50 and 96. RGB value is (252,80,150). Sum of RGB (Red+Green+Blue) = 252+80+150=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5096 is #03AF69. Grayscale: #8B8B8B. Windows color (decimal): -241514 or 9851132. OLE color: 9851132.

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

Color convert

RGB 252 80 150 -
CMYK 0 0.68 0.40 0.01
HSL 335.58º 0.97% 0.65% -
HSV(B) 335.58º 0.68% 0.99% -
XYZ 48.52 28.63 31.82 -
YUV 139.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 252 80 150 0 0.68 0.40 0.01 335.58 0.97 0.65
Hex FC 50 96 0 44 28 1 150 61 41
Octal 374 120 226 0 104 50 1 520 141 101
Binary 11111100 1010000 10010110 0 1000100 101000 1 101010000 1100001 1000001

Color Harmonies of #FC5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5096

Black with #FC5096

Text Example


Text Example

White with #FC5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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