Html Css Color HEX #FC5093 French Rose

📋 copy color: '#FC5093'

red 252 ◦ green 80 ◦ blue 147

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

Shades of French Rose #FC5093

Tints of French Rose #FC5093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 52.61%
G = 16.7%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC5093 (or 0xFC5093) is known color: French Rose. HEX triplet: FC, 50 and 93. RGB value is (252,80,147). Sum of RGB (Red+Green+Blue) = 252+80+147=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5093 is #03AF6C. Grayscale: #8A8A8A. Windows color (decimal): -241517 or 9654524. OLE color: 9654524.

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

Color convert

RGB 252 80 147 -
CMYK 0 0.68 0.42 0.01
HSL 336.63º 0.97% 0.65% -
HSV(B) 336.63º 0.68% 0.99% -
XYZ 48.28 28.54 30.57 -
YUV 139.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 252 80 147 0 0.68 0.42 0.01 336.63 0.97 0.65
Hex FC 50 93 0 44 2A 1 151 61 41
Octal 374 120 223 0 104 52 1 521 141 101
Binary 11111100 1010000 10010011 0 1000100 101010 1 101010001 1100001 1000001

Color Harmonies of #FC5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5093

Black with #FC5093

Text Example


Text Example

White with #FC5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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