Html Css Color HEX #FF4B84 French Rose

📋 copy color: '#FF4B84'

red 255 ◦ green 75 ◦ blue 132

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

Shades of French Rose #FF4B84

Tints of French Rose #FF4B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

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

R = 55.19%
G = 16.23%
B = 28.57%

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

#FF4B84 (or 0xFF4B84) is known color: French Rose. HEX triplet: FF, 4B and 84. RGB value is (255,75,132). Sum of RGB (Red+Green+Blue) = 255+75+132=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B84 is #00B47B. Grayscale: #878787. Windows color (decimal): -46204 or 8670207. OLE color: 8670207.

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

Color convert

RGB 255 75 132 -
CMYK 0 0.71 0.48 0
HSL 341º 1% 0.65% -
HSV(B) 341º 0.71% 1% -
XYZ 47.92 27.96 24.7 -
YUV 135.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 255 75 132 0 0.71 0.48 0 341 1 0.65
Hex FF 4B 84 0 47 30 0 155 64 41
Octal 377 113 204 0 107 60 0 525 144 101
Binary 11111111 1001011 10000100 0 1000111 110000 0 101010101 1100100 1000001

Color Harmonies of #FF4B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B84

Black with #FF4B84

Text Example


Text Example

White with #FF4B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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