Html Css Color HEX #FF508D French Rose

📋 copy color: '#FF508D'

red 255 ◦ green 80 ◦ blue 141

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

Shades of French Rose #FF508D

Tints of French Rose #FF508D

RGB

 RED value IS 255 (100% from 255) = 53.57%

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

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

R = 53.57%
G = 16.81%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF508D (or 0xFF508D) is known color: French Rose. HEX triplet: FF, 50 and 8D. RGB value is (255,80,141). Sum of RGB (Red+Green+Blue) = 255+80+141=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF508D is #00AF72. Grayscale: #8B8B8B. Windows color (decimal): -44915 or 9261311. OLE color: 9261311.

HSL color Cylindrical-coordinate representation of color #FF508D: hue angle of 339.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF508D is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 141 -
CMYK 0 0.69 0.45 0
HSL 339.09º 1% 0.66% -
HSV(B) 339.09º 0.69% 1% -
XYZ 48.92 28.92 28.2 -
YUV 139.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 255 80 141 0 0.69 0.45 0 339.09 1 0.66
Hex FF 50 8D 0 45 2D 0 153 64 42
Octal 377 120 215 0 105 55 0 523 144 102
Binary 11111111 1010000 10001101 0 1000101 101101 0 101010011 1100100 1000010

Color Harmonies of #FF508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF508D

Black with #FF508D

Text Example


Text Example

White with #FF508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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