Html Css Color HEX #FE4D86 French Rose

📋 copy color: '#FE4D86'

red 254 ◦ green 77 ◦ blue 134

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

Shades of French Rose #FE4D86

Tints of French Rose #FE4D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 54.62%
G = 16.56%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE4D86 (or 0xFE4D86) is known color: French Rose. HEX triplet: FE, 4D and 86. RGB value is (254,77,134). Sum of RGB (Red+Green+Blue) = 254+77+134=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D86 is #01B279. Grayscale: #888888. Windows color (decimal): -111226 or 8801790. OLE color: 8801790.

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

Color convert

RGB 254 77 134 -
CMYK 0 0.70 0.47 0.00
HSL 340.68º 0.99% 0.65% -
HSV(B) 340.68º 0.7% 1% -
XYZ 47.83 28.1 25.46 -
YUV 136.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 254 77 134 0 0.70 0.47 0.00 340.68 0.99 0.65
Hex FE 4D 86 0 46 2F 0 155 63 41
Octal 376 115 206 0 106 57 0 525 143 101
Binary 11111110 1001101 10000110 0 1000110 101111 0 101010101 1100011 1000001

Color Harmonies of #FE4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D86

Black with #FE4D86

Text Example


Text Example

White with #FE4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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