Html Css Color HEX #FF4980 French Rose

📋 copy color: '#FF4980'

red 255 ◦ green 73 ◦ blue 128

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

Shades of French Rose #FF4980

Tints of French Rose #FF4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

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

R = 55.92%
G = 16.01%
B = 28.07%

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

#FF4980 (or 0xFF4980) is known color: French Rose. HEX triplet: FF, 49 and 80. RGB value is (255,73,128). Sum of RGB (Red+Green+Blue) = 255+73+128=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4980 is #00B67F. Grayscale: #858585. Windows color (decimal): -46720 or 8407551. OLE color: 8407551.

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

Color convert

RGB 255 73 128 -
CMYK 0 0.71 0.50 0
HSL 341.87º 1% 0.64% -
HSV(B) 341.87º 0.71% 1% -
XYZ 47.52 27.58 23.24 -
YUV 133.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 255 73 128 0 0.71 0.50 0 341.87 1 0.64
Hex FF 49 80 0 47 32 0 156 64 40
Octal 377 111 200 0 107 62 0 526 144 100
Binary 11111111 1001001 10000000 0 1000111 110010 0 101010110 1100100 1000000

Color Harmonies of #FF4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4980

Black with #FF4980

Text Example


Text Example

White with #FF4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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