Html Css Color HEX #FE4D8D French Rose

📋 copy color: '#FE4D8D'

red 254 ◦ green 77 ◦ blue 141

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

Shades of French Rose #FE4D8D

Tints of French Rose #FE4D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

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

R = 53.81%
G = 16.31%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE4D8D (or 0xFE4D8D) is known color: French Rose. HEX triplet: FE, 4D and 8D. RGB value is (254,77,141). Sum of RGB (Red+Green+Blue) = 254+77+141=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D8D is #01B272. Grayscale: #898989. Windows color (decimal): -111219 or 9260542. OLE color: 9260542.

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

Color convert

RGB 254 77 141 -
CMYK 0 0.70 0.44 0.00
HSL 338.31º 0.99% 0.65% -
HSV(B) 338.31º 0.7% 1% -
XYZ 48.33 28.3 28.11 -
YUV 137.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 254 77 141 0 0.70 0.44 0.00 338.31 0.99 0.65
Hex FE 4D 8D 0 46 2C 0 152 63 41
Octal 376 115 215 0 106 54 0 522 143 101
Binary 11111110 1001101 10001101 0 1000110 101100 0 101010010 1100011 1000001

Color Harmonies of #FE4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D8D

Black with #FE4D8D

Text Example


Text Example

White with #FE4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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