Html Css Color HEX #FF4A80 French Rose

📋 copy color: '#FF4A80'

red 255 ◦ green 74 ◦ blue 128

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

Shades of French Rose #FF4A80

Tints of French Rose #FF4A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 55.8%
G = 16.19%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF4A80 (or 0xFF4A80) is known color: French Rose. HEX triplet: FF, 4A and 80. RGB value is (255,74,128). Sum of RGB (Red+Green+Blue) = 255+74+128=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A80 is #00B57F. Grayscale: #868686. Windows color (decimal): -46464 or 8407807. OLE color: 8407807.

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

Color convert

RGB 255 74 128 -
CMYK 0 0.71 0.50 0
HSL 342.1º 1% 0.65% -
HSV(B) 342.1º 0.71% 1% -
XYZ 47.59 27.72 23.26 -
YUV 134.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 255 74 128 0 0.71 0.50 0 342.1 1 0.65
Hex FF 4A 80 0 47 32 0 156 64 41
Octal 377 112 200 0 107 62 0 526 144 101
Binary 11111111 1001010 10000000 0 1000111 110010 0 101010110 1100100 1000001

Color Harmonies of #FF4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A80

Black with #FF4A80

Text Example


Text Example

White with #FF4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A80; }

 p { color: rgb(255,74,128); }

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

background-color css

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

 a { background-color: rgb(255,74,128); }

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

border-color css

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

 span { border-color: rgb(255,74,128); }

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