Html Css Color HEX #FC508E French Rose

📋 copy color: '#FC508E'

red 252 ◦ green 80 ◦ blue 142

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

Shades of French Rose #FC508E

Tints of French Rose #FC508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 53.16%
G = 16.88%
B = 29.96%

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

#FC508E (or 0xFC508E) is known color: French Rose. HEX triplet: FC, 50 and 8E. RGB value is (252,80,142). Sum of RGB (Red+Green+Blue) = 252+80+142=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC508E is #03AF71. Grayscale: #8A8A8A. Windows color (decimal): -241522 or 9326844. OLE color: 9326844.

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

Color convert

RGB 252 80 142 -
CMYK 0 0.68 0.44 0.01
HSL 338.37º 0.97% 0.65% -
HSV(B) 338.37º 0.68% 0.99% -
XYZ 47.9 28.39 28.55 -
YUV 138.5 129.98 208.96 -
System Red Green Blue C M Y K H S L
Decimal 252 80 142 0 0.68 0.44 0.01 338.37 0.97 0.65
Hex FC 50 8E 0 44 2C 1 152 61 41
Octal 374 120 216 0 104 54 1 522 141 101
Binary 11111100 1010000 10001110 0 1000100 101100 1 101010010 1100001 1000001

Color Harmonies of #FC508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC508E

Black with #FC508E

Text Example


Text Example

White with #FC508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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