Html Css Color HEX #FC508F French Rose

📋 copy color: '#FC508F'

red 252 ◦ green 80 ◦ blue 143

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

Shades of French Rose #FC508F

Tints of French Rose #FC508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 53.05%
G = 16.84%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC508F (or 0xFC508F) is known color: French Rose. HEX triplet: FC, 50 and 8F. RGB value is (252,80,143). Sum of RGB (Red+Green+Blue) = 252+80+143=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC508F is #03AF70. Grayscale: #8A8A8A. Windows color (decimal): -241521 or 9392380. OLE color: 9392380.

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

Color convert

RGB 252 80 143 -
CMYK 0 0.68 0.43 0.01
HSL 338.02º 0.97% 0.65% -
HSV(B) 338.02º 0.68% 0.99% -
XYZ 47.97 28.42 28.94 -
YUV 138.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 252 80 143 0 0.68 0.43 0.01 338.02 0.97 0.65
Hex FC 50 8F 0 44 2B 1 152 61 41
Octal 374 120 217 0 104 53 1 522 141 101
Binary 11111100 1010000 10001111 0 1000100 101011 1 101010010 1100001 1000001

Color Harmonies of #FC508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC508F

Black with #FC508F

Text Example


Text Example

White with #FC508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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