Html Css Color HEX #FF538F French Rose

📋 copy color: '#FF538F'

red 255 ◦ green 83 ◦ blue 143

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

Shades of French Rose #FF538F

Tints of French Rose #FF538F

RGB

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

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

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

R = 53.01%
G = 17.26%
B = 29.73%

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

#FF538F (or 0xFF538F) is known color: French Rose. HEX triplet: FF, 53 and 8F. RGB value is (255,83,143). Sum of RGB (Red+Green+Blue) = 255+83+143=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF538F is #00AC70. Grayscale: #8D8D8D. Windows color (decimal): -44145 or 9393151. OLE color: 9393151.

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

Color convert

RGB 255 83 143 -
CMYK 0 0.67 0.44 0
HSL 339.07º 1% 0.66% -
HSV(B) 339.07º 0.67% 1% -
XYZ 49.29 29.43 29.07 -
YUV 141.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 255 83 143 0 0.67 0.44 0 339.07 1 0.66
Hex FF 53 8F 0 43 2C 0 153 64 42
Octal 377 123 217 0 103 54 0 523 144 102
Binary 11111111 1010011 10001111 0 1000011 101100 0 101010011 1100100 1000010

Color Harmonies of #FF538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF538F

Black with #FF538F

Text Example


Text Example

White with #FF538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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