Html Css Color HEX #FF4D94 French Rose

📋 copy color: '#FF4D94'

red 255 ◦ green 77 ◦ blue 148

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

Shades of French Rose #FF4D94

Tints of French Rose #FF4D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 53.13%
G = 16.04%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF4D94 (or 0xFF4D94) is known color: French Rose. HEX triplet: FF, 4D and 94. RGB value is (255,77,148). Sum of RGB (Red+Green+Blue) = 255+77+148=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D94 is #00B26B. Grayscale: #8A8A8A. Windows color (decimal): -45676 or 9719295. OLE color: 9719295.

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

Color convert

RGB 255 77 148 -
CMYK 0 0.70 0.42 0
HSL 336.07º 1% 0.65% -
HSV(B) 336.07º 0.7% 1% -
XYZ 49.24 28.71 30.96 -
YUV 138.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 255 77 148 0 0.70 0.42 0 336.07 1 0.65
Hex FF 4D 94 0 46 2A 0 150 64 41
Octal 377 115 224 0 106 52 0 520 144 101
Binary 11111111 1001101 10010100 0 1000110 101010 0 101010000 1100100 1000001

Color Harmonies of #FF4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D94

Black with #FF4D94

Text Example


Text Example

White with #FF4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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