Html Css Color HEX #FE538D French Rose

📋 copy color: '#FE538D'

red 254 ◦ green 83 ◦ blue 141

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

Shades of French Rose #FE538D

Tints of French Rose #FE538D

RGB

 RED value IS 254 (99.61% from 255) = 53.14%

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

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

R = 53.14%
G = 17.36%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE538D (or 0xFE538D) is known color: French Rose. HEX triplet: FE, 53 and 8D. RGB value is (254,83,141). Sum of RGB (Red+Green+Blue) = 254+83+141=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE538D is #01AC72. Grayscale: #8C8C8C. Windows color (decimal): -109683 or 9262078. OLE color: 9262078.

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

Color convert

RGB 254 83 141 -
CMYK 0 0.67 0.44 0.00
HSL 339.65º 0.99% 0.66% -
HSV(B) 339.65º 0.67% 1% -
XYZ 48.77 29.18 28.26 -
YUV 140.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 254 83 141 0 0.67 0.44 0.00 339.65 0.99 0.66
Hex FE 53 8D 0 43 2C 0 154 63 42
Octal 376 123 215 0 103 54 0 524 143 102
Binary 11111110 1010011 10001101 0 1000011 101100 0 101010100 1100011 1000010

Color Harmonies of #FE538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE538D

Black with #FE538D

Text Example


Text Example

White with #FE538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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