Html Css Color HEX #FF538D French Rose

📋 copy color: '#FF538D'

red 255 ◦ green 83 ◦ blue 141

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

Shades of French Rose #FF538D

Tints of French Rose #FF538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.33%

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

R = 53.24%
G = 17.33%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF538D (or 0xFF538D) is known color: French Rose. HEX triplet: FF, 53 and 8D. RGB value is (255,83,141). Sum of RGB (Red+Green+Blue) = 255+83+141=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF538D is #00AC72. Grayscale: #8C8C8C. Windows color (decimal): -44147 or 9262079. OLE color: 9262079.

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

Color convert

RGB 255 83 141 -
CMYK 0 0.67 0.45 0
HSL 339.77º 1% 0.66% -
HSV(B) 339.77º 0.67% 1% -
XYZ 49.14 29.37 28.28 -
YUV 141.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 255 83 141 0 0.67 0.45 0 339.77 1 0.66
Hex FF 53 8D 0 43 2D 0 154 64 42
Octal 377 123 215 0 103 55 0 524 144 102
Binary 11111111 1010011 10001101 0 1000011 101101 0 101010100 1100100 1000010

Color Harmonies of #FF538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF538D

Black with #FF538D

Text Example


Text Example

White with #FF538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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