Html Css Color HEX #FE548A French Rose

📋 copy color: '#FE548A'

red 254 ◦ green 84 ◦ blue 138

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

Shades of French Rose #FE548A

Tints of French Rose #FE548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 53.36%
G = 17.65%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE548A (or 0xFE548A) is known color: French Rose. HEX triplet: FE, 54 and 8A. RGB value is (254,84,138). Sum of RGB (Red+Green+Blue) = 254+84+138=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE548A is #01AB75. Grayscale: #8C8C8C. Windows color (decimal): -109430 or 9065726. OLE color: 9065726.

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

Color convert

RGB 254 84 138 -
CMYK 0 0.67 0.46 0.00
HSL 340.94º 0.99% 0.66% -
HSV(B) 340.94º 0.67% 1% -
XYZ 48.63 29.25 27.13 -
YUV 140.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 254 84 138 0 0.67 0.46 0.00 340.94 0.99 0.66
Hex FE 54 8A 0 43 2E 0 155 63 42
Octal 376 124 212 0 103 56 0 525 143 102
Binary 11111110 1010100 10001010 0 1000011 101110 0 101010101 1100011 1000010

Color Harmonies of #FE548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE548A

Black with #FE548A

Text Example


Text Example

White with #FE548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE548A; }

 p { color: rgb(254,84,138); }

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

background-color css

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

 a { background-color: rgb(254,84,138); }

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

border-color css

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

 span { border-color: rgb(254,84,138); }

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