Html Css Color HEX #FE4A8D French Rose

📋 copy color: '#FE4A8D'

red 254 ◦ green 74 ◦ blue 141

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

Shades of French Rose #FE4A8D

Tints of French Rose #FE4A8D

RGB

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

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

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

R = 54.16%
G = 15.78%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE4A8D (or 0xFE4A8D) is known color: French Rose. HEX triplet: FE, 4A and 8D. RGB value is (254,74,141). Sum of RGB (Red+Green+Blue) = 254+74+141=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4A8D is #01B572. Grayscale: #878787. Windows color (decimal): -111987 or 9259774. OLE color: 9259774.

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

Color convert

RGB 254 74 141 -
CMYK 0 0.71 0.44 0.00
HSL 337.67º 0.99% 0.64% -
HSV(B) 337.67º 0.71% 1% -
XYZ 48.13 27.89 28.05 -
YUV 135.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 254 74 141 0 0.71 0.44 0.00 337.67 0.99 0.64
Hex FE 4A 8D 0 47 2C 0 152 63 40
Octal 376 112 215 0 107 54 0 522 143 100
Binary 11111110 1001010 10001101 0 1000111 101100 0 101010010 1100011 1000000

Color Harmonies of #FE4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A8D

Black with #FE4A8D

Text Example


Text Example

White with #FE4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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