Html Css Color HEX #FF4C96 French Rose

📋 copy color: '#FF4C96'

red 255 ◦ green 76 ◦ blue 150

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

Shades of French Rose #FF4C96

Tints of French Rose #FF4C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 53.01%
G = 15.8%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF4C96 (or 0xFF4C96) is known color: French Rose. HEX triplet: FF, 4C and 96. RGB value is (255,76,150). Sum of RGB (Red+Green+Blue) = 255+76+150=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C96 is #00B369. Grayscale: #898989. Windows color (decimal): -45930 or 9850111. OLE color: 9850111.

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

Color convert

RGB 255 76 150 -
CMYK 0 0.70 0.41 0
HSL 335.2º 1% 0.65% -
HSV(B) 335.2º 0.7% 1% -
XYZ 49.33 28.63 31.78 -
YUV 137.96 134.8 211.48 -
System Red Green Blue C M Y K H S L
Decimal 255 76 150 0 0.70 0.41 0 335.2 1 0.65
Hex FF 4C 96 0 46 29 0 14F 64 41
Octal 377 114 226 0 106 51 0 517 144 101
Binary 11111111 1001100 10010110 0 1000110 101001 0 101001111 1100100 1000001

Color Harmonies of #FF4C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C96

Black with #FF4C96

Text Example


Text Example

White with #FF4C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C96; }

 p { color: rgb(255,76,150); }

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

background-color css

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

 a { background-color: rgb(255,76,150); }

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

border-color css

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

 span { border-color: rgb(255,76,150); }

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