Html Css Color HEX #FE4D81 French Rose

📋 copy color: '#FE4D81'

red 254 ◦ green 77 ◦ blue 129

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

Shades of French Rose #FE4D81

Tints of French Rose #FE4D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 55.22%
G = 16.74%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE4D81 (or 0xFE4D81) is known color: French Rose. HEX triplet: FE, 4D and 81. RGB value is (254,77,129). Sum of RGB (Red+Green+Blue) = 254+77+129=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D81 is #01B27E. Grayscale: #878787. Windows color (decimal): -111231 or 8474110. OLE color: 8474110.

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

Color convert

RGB 254 77 129 -
CMYK 0 0.70 0.49 0.00
HSL 342.37º 0.99% 0.65% -
HSV(B) 342.37º 0.7% 1% -
XYZ 47.49 27.96 23.66 -
YUV 135.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 254 77 129 0 0.70 0.49 0.00 342.37 0.99 0.65
Hex FE 4D 81 0 46 31 0 156 63 41
Octal 376 115 201 0 106 61 0 526 143 101
Binary 11111110 1001101 10000001 0 1000110 110001 0 101010110 1100011 1000001

Color Harmonies of #FE4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D81

Black with #FE4D81

Text Example


Text Example

White with #FE4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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