Html Css Color HEX #FF538B French Rose

📋 copy color: '#FF538B'

red 255 ◦ green 83 ◦ blue 139

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

Shades of French Rose #FF538B

Tints of French Rose #FF538B

RGB

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

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

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

R = 53.46%
G = 17.4%
B = 29.14%

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

#FF538B (or 0xFF538B) is known color: French Rose. HEX triplet: FF, 53 and 8B. RGB value is (255,83,139). Sum of RGB (Red+Green+Blue) = 255+83+139=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF538B is #00AC74. Grayscale: #8C8C8C. Windows color (decimal): -44149 or 9131007. OLE color: 9131007.

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

Color convert

RGB 255 83 139 -
CMYK 0 0.67 0.45 0
HSL 340.47º 1% 0.66% -
HSV(B) 340.47º 0.67% 1% -
XYZ 48.99 29.31 27.5 -
YUV 140.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 255 83 139 0 0.67 0.45 0 340.47 1 0.66
Hex FF 53 8B 0 43 2D 0 154 64 42
Octal 377 123 213 0 103 55 0 524 144 102
Binary 11111111 1010011 10001011 0 1000011 101101 0 101010100 1100100 1000010

Color Harmonies of #FF538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF538B

Black with #FF538B

Text Example


Text Example

White with #FF538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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