Html Css Color HEX #FE4A86 French Rose

📋 copy color: '#FE4A86'

red 254 ◦ green 74 ◦ blue 134

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

Shades of French Rose #FE4A86

Tints of French Rose #FE4A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

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

R = 54.98%
G = 16.02%
B = 29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE4A86 (or 0xFE4A86) is known color: French Rose. HEX triplet: FE, 4A and 86. RGB value is (254,74,134). Sum of RGB (Red+Green+Blue) = 254+74+134=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A86 is #01B579. Grayscale: #868686. Windows color (decimal): -111994 or 8801022. OLE color: 8801022.

HSL color Cylindrical-coordinate representation of color #FE4A86: hue angle of 340º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4A86 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 74 134 -
CMYK 0 0.71 0.47 0.00
HSL 340º 0.99% 0.64% -
HSV(B) 340º 0.71% 1% -
XYZ 47.62 27.69 25.39 -
YUV 134.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 254 74 134 0 0.71 0.47 0.00 340 0.99 0.64
Hex FE 4A 86 0 47 2F 0 154 63 40
Octal 376 112 206 0 107 57 0 524 143 100
Binary 11111110 1001010 10000110 0 1000111 101111 0 101010100 1100011 1000000

Color Harmonies of #FE4A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A86

Black with #FE4A86

Text Example


Text Example

White with #FE4A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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