Html Css Color HEX #FE538C French Rose

📋 copy color: '#FE538C'

red 254 ◦ green 83 ◦ blue 140

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

Shades of French Rose #FE538C

Tints of French Rose #FE538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 53.25%
G = 17.4%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE538C (or 0xFE538C) is known color: French Rose. HEX triplet: FE, 53 and 8C. RGB value is (254,83,140). Sum of RGB (Red+Green+Blue) = 254+83+140=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE538C is #01AC73. Grayscale: #8C8C8C. Windows color (decimal): -109684 or 9196542. OLE color: 9196542.

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

Color convert

RGB 254 83 140 -
CMYK 0 0.67 0.45 0.00
HSL 340º 0.99% 0.66% -
HSV(B) 340º 0.67% 1% -
XYZ 48.7 29.15 27.87 -
YUV 140.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 254 83 140 0 0.67 0.45 0.00 340 0.99 0.66
Hex FE 53 8C 0 43 2D 0 154 63 42
Octal 376 123 214 0 103 55 0 524 143 102
Binary 11111110 1010011 10001100 0 1000011 101101 0 101010100 1100011 1000010

Color Harmonies of #FE538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE538C

Black with #FE538C

Text Example


Text Example

White with #FE538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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