Html Css Color HEX #FF538E French Rose

📋 copy color: '#FF538E'

red 255 ◦ green 83 ◦ blue 142

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

Shades of French Rose #FF538E

Tints of French Rose #FF538E

RGB

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

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

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

R = 53.13%
G = 17.29%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF538E (or 0xFF538E) is known color: French Rose. HEX triplet: FF, 53 and 8E. RGB value is (255,83,142). Sum of RGB (Red+Green+Blue) = 255+83+142=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF538E is #00AC71. Grayscale: #8D8D8D. Windows color (decimal): -44146 or 9327615. OLE color: 9327615.

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

Color convert

RGB 255 83 142 -
CMYK 0 0.67 0.44 0
HSL 339.42º 1% 0.66% -
HSV(B) 339.42º 0.67% 1% -
XYZ 49.22 29.4 28.67 -
YUV 141.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 255 83 142 0 0.67 0.44 0 339.42 1 0.66
Hex FF 53 8E 0 43 2C 0 153 64 42
Octal 377 123 216 0 103 54 0 523 144 102
Binary 11111111 1010011 10001110 0 1000011 101100 0 101010011 1100100 1000010

Color Harmonies of #FF538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF538E

Black with #FF538E

Text Example


Text Example

White with #FF538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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