Html Css Color HEX #FF4D8E French Rose

📋 copy color: '#FF4D8E'

red 255 ◦ green 77 ◦ blue 142

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

Shades of French Rose #FF4D8E

Tints of French Rose #FF4D8E

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 53.8%
G = 16.24%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF4D8E (or 0xFF4D8E) is known color: French Rose. HEX triplet: FF, 4D and 8E. RGB value is (255,77,142). Sum of RGB (Red+Green+Blue) = 255+77+142=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D8E is #00B271. Grayscale: #898989. Windows color (decimal): -45682 or 9326079. OLE color: 9326079.

HSL color Cylindrical-coordinate representation of color #FF4D8E: hue angle of 338.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D8E is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 77 142 -
CMYK 0 0.70 0.44 0
HSL 338.09º 1% 0.65% -
HSV(B) 338.09º 0.7% 1% -
XYZ 48.78 28.52 28.53 -
YUV 137.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 255 77 142 0 0.70 0.44 0 338.09 1 0.65
Hex FF 4D 8E 0 46 2C 0 152 64 41
Octal 377 115 216 0 106 54 0 522 144 101
Binary 11111111 1001101 10001110 0 1000110 101100 0 101010010 1100100 1000001

Color Harmonies of #FF4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D8E

Black with #FF4D8E

Text Example


Text Example

White with #FF4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D8E; }

 p { color: rgb(255,77,142); }

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

background-color css

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

 a { background-color: rgb(255,77,142); }

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

border-color css

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

 span { border-color: rgb(255,77,142); }

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