Html Css Color HEX #FC508C French Rose

📋 copy color: '#FC508C'

red 252 ◦ green 80 ◦ blue 140

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

Shades of French Rose #FC508C

Tints of French Rose #FC508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 53.39%
G = 16.95%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC508C (or 0xFC508C) is known color: French Rose. HEX triplet: FC, 50 and 8C. RGB value is (252,80,140). Sum of RGB (Red+Green+Blue) = 252+80+140=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC508C is #03AF73. Grayscale: #8A8A8A. Windows color (decimal): -241524 or 9195772. OLE color: 9195772.

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

Color convert

RGB 252 80 140 -
CMYK 0 0.68 0.44 0.01
HSL 339.07º 0.97% 0.65% -
HSV(B) 339.07º 0.68% 0.99% -
XYZ 47.75 28.33 27.76 -
YUV 138.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 252 80 140 0 0.68 0.44 0.01 339.07 0.97 0.65
Hex FC 50 8C 0 44 2C 1 153 61 41
Octal 374 120 214 0 104 54 1 523 141 101
Binary 11111100 1010000 10001100 0 1000100 101100 1 101010011 1100001 1000001

Color Harmonies of #FC508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC508C

Black with #FC508C

Text Example


Text Example

White with #FC508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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