Html Css Color HEX #FF4984 French Rose

📋 copy color: '#FF4984'

red 255 ◦ green 73 ◦ blue 132

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

Shades of French Rose #FF4984

Tints of French Rose #FF4984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.7%

R = 55.43%
G = 15.87%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF4984 (or 0xFF4984) is known color: French Rose. HEX triplet: FF, 49 and 84. RGB value is (255,73,132). Sum of RGB (Red+Green+Blue) = 255+73+132=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4984 is #00B67B. Grayscale: #868686. Windows color (decimal): -46716 or 8669695. OLE color: 8669695.

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

Color convert

RGB 255 73 132 -
CMYK 0 0.71 0.48 0
HSL 340.55º 1% 0.64% -
HSV(B) 340.55º 0.71% 1% -
XYZ 47.79 27.69 24.66 -
YUV 134.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 255 73 132 0 0.71 0.48 0 340.55 1 0.64
Hex FF 49 84 0 47 30 0 155 64 40
Octal 377 111 204 0 107 60 0 525 144 100
Binary 11111111 1001001 10000100 0 1000111 110000 0 101010101 1100100 1000000

Color Harmonies of #FF4984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4984

Black with #FF4984

Text Example


Text Example

White with #FF4984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4984; }

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

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

background-color css

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

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

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

border-color css

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

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

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