Html Css Color HEX #FF4C92 French Rose

📋 copy color: '#FF4C92'

red 255 ◦ green 76 ◦ blue 146

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

Shades of French Rose #FF4C92

Tints of French Rose #FF4C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 53.46%
G = 15.93%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF4C92 (or 0xFF4C92) is known color: French Rose. HEX triplet: FF, 4C and 92. RGB value is (255,76,146). Sum of RGB (Red+Green+Blue) = 255+76+146=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C92 is #00B36D. Grayscale: #898989. Windows color (decimal): -45934 or 9587967. OLE color: 9587967.

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

Color convert

RGB 255 76 146 -
CMYK 0 0.70 0.43 0
HSL 336.54º 1% 0.65% -
HSV(B) 336.54º 0.7% 1% -
XYZ 49.01 28.5 30.11 -
YUV 137.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 255 76 146 0 0.70 0.43 0 336.54 1 0.65
Hex FF 4C 92 0 46 2B 0 151 64 41
Octal 377 114 222 0 106 53 0 521 144 101
Binary 11111111 1001100 10010010 0 1000110 101011 0 101010001 1100100 1000001

Color Harmonies of #FF4C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C92

Black with #FF4C92

Text Example


Text Example

White with #FF4C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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