Html Css Color HEX #FF4981 French Rose

📋 copy color: '#FF4981'

red 255 ◦ green 73 ◦ blue 129

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

Shades of French Rose #FF4981

Tints of French Rose #FF4981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 55.8%
G = 15.97%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF4981 (or 0xFF4981) is known color: French Rose. HEX triplet: FF, 49 and 81. RGB value is (255,73,129). Sum of RGB (Red+Green+Blue) = 255+73+129=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4981 is #00B67E. Grayscale: #858585. Windows color (decimal): -46719 or 8473087. OLE color: 8473087.

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

Color convert

RGB 255 73 129 -
CMYK 0 0.71 0.49 0
HSL 341.54º 1% 0.64% -
HSV(B) 341.54º 0.71% 1% -
XYZ 47.58 27.61 23.59 -
YUV 133.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 255 73 129 0 0.71 0.49 0 341.54 1 0.64
Hex FF 49 81 0 47 31 0 156 64 40
Octal 377 111 201 0 107 61 0 526 144 100
Binary 11111111 1001001 10000001 0 1000111 110001 0 101010110 1100100 1000000

Color Harmonies of #FF4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4981

Black with #FF4981

Text Example


Text Example

White with #FF4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4981; }

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

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

background-color css

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

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

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

border-color css

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

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

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