Html Css Color HEX #FC508B French Rose

📋 copy color: '#FC508B'

red 252 ◦ green 80 ◦ blue 139

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

Shades of French Rose #FC508B

Tints of French Rose #FC508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 53.5%
G = 16.99%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC508B (or 0xFC508B) is known color: French Rose. HEX triplet: FC, 50 and 8B. RGB value is (252,80,139). Sum of RGB (Red+Green+Blue) = 252+80+139=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC508B is #03AF74. Grayscale: #8A8A8A. Windows color (decimal): -241525 or 9130236. OLE color: 9130236.

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

Color convert

RGB 252 80 139 -
CMYK 0 0.68 0.45 0.01
HSL 339.42º 0.97% 0.65% -
HSV(B) 339.42º 0.68% 0.99% -
XYZ 47.67 28.3 27.38 -
YUV 138.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 252 80 139 0 0.68 0.45 0.01 339.42 0.97 0.65
Hex FC 50 8B 0 44 2D 1 153 61 41
Octal 374 120 213 0 104 55 1 523 141 101
Binary 11111100 1010000 10001011 0 1000100 101101 1 101010011 1100001 1000001

Color Harmonies of #FC508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC508B

Black with #FC508B

Text Example


Text Example

White with #FC508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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