Html Css Color HEX #FC508D French Rose

📋 copy color: '#FC508D'

red 252 ◦ green 80 ◦ blue 141

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

Shades of French Rose #FC508D

Tints of French Rose #FC508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 53.28%
G = 16.91%
B = 29.81%

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

#FC508D (or 0xFC508D) is known color: French Rose. HEX triplet: FC, 50 and 8D. RGB value is (252,80,141). Sum of RGB (Red+Green+Blue) = 252+80+141=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC508D is #03AF72. Grayscale: #8A8A8A. Windows color (decimal): -241523 or 9261308. OLE color: 9261308.

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

Color convert

RGB 252 80 141 -
CMYK 0 0.68 0.44 0.01
HSL 338.72º 0.97% 0.65% -
HSV(B) 338.72º 0.68% 0.99% -
XYZ 47.82 28.36 28.15 -
YUV 138.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 252 80 141 0 0.68 0.44 0.01 338.72 0.97 0.65
Hex FC 50 8D 0 44 2C 1 153 61 41
Octal 374 120 215 0 104 54 1 523 141 101
Binary 11111100 1010000 10001101 0 1000100 101100 1 101010011 1100001 1000001

Color Harmonies of #FC508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC508D

Black with #FC508D

Text Example


Text Example

White with #FC508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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