Html Css Color HEX #FC5098 Brilliant Rose

📋 copy color: '#FC5098'

red 252 ◦ green 80 ◦ blue 152

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

Shades of Brilliant Rose #FC5098

Tints of Brilliant Rose #FC5098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 52.07%
G = 16.53%
B = 31.4%

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

#FC5098 (or 0xFC5098) is known color: Brilliant Rose. HEX triplet: FC, 50 and 98. RGB value is (252,80,152). Sum of RGB (Red+Green+Blue) = 252+80+152=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5098 is #03AF67. Grayscale: #8B8B8B. Windows color (decimal): -241512 or 9982204. OLE color: 9982204.

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

Color convert

RGB 252 80 152 -
CMYK 0 0.68 0.40 0.01
HSL 334.88º 0.97% 0.65% -
HSV(B) 334.88º 0.68% 0.99% -
XYZ 48.68 28.7 32.68 -
YUV 139.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 252 80 152 0 0.68 0.40 0.01 334.88 0.97 0.65
Hex FC 50 98 0 44 28 1 14F 61 41
Octal 374 120 230 0 104 50 1 517 141 101
Binary 11111100 1010000 10011000 0 1000100 101000 1 101001111 1100001 1000001

Color Harmonies of #FC5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5098

Black with #FC5098

Text Example


Text Example

White with #FC5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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