Html Css Color HEX #FE4D85 French Rose

📋 copy color: '#FE4D85'

red 254 ◦ green 77 ◦ blue 133

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

Shades of French Rose #FE4D85

Tints of French Rose #FE4D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 54.74%
G = 16.59%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE4D85 (or 0xFE4D85) is known color: French Rose. HEX triplet: FE, 4D and 85. RGB value is (254,77,133). Sum of RGB (Red+Green+Blue) = 254+77+133=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D85 is #01B27A. Grayscale: #888888. Windows color (decimal): -111227 or 8736254. OLE color: 8736254.

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

Color convert

RGB 254 77 133 -
CMYK 0 0.70 0.48 0.00
HSL 341.02º 0.99% 0.65% -
HSV(B) 341.02º 0.7% 1% -
XYZ 47.76 28.07 25.09 -
YUV 136.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 254 77 133 0 0.70 0.48 0.00 341.02 0.99 0.65
Hex FE 4D 85 0 46 30 0 155 63 41
Octal 376 115 205 0 106 60 0 525 143 101
Binary 11111110 1001101 10000101 0 1000110 110000 0 101010101 1100011 1000001

Color Harmonies of #FE4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D85

Black with #FE4D85

Text Example


Text Example

White with #FE4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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