Html Css Color HEX #FF4C81 French Rose

📋 copy color: '#FF4C81'

red 255 ◦ green 76 ◦ blue 129

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

Shades of French Rose #FF4C81

Tints of French Rose #FF4C81

RGB

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

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

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

R = 55.43%
G = 16.52%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF4C81 (or 0xFF4C81) is known color: French Rose. HEX triplet: FF, 4C and 81. RGB value is (255,76,129). Sum of RGB (Red+Green+Blue) = 255+76+129=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C81 is #00B37E. Grayscale: #878787. Windows color (decimal): -45951 or 8473855. OLE color: 8473855.

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

Color convert

RGB 255 76 129 -
CMYK 0 0.70 0.49 0
HSL 342.23º 1% 0.65% -
HSV(B) 342.23º 0.7% 1% -
XYZ 47.79 28.01 23.66 -
YUV 135.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 255 76 129 0 0.70 0.49 0 342.23 1 0.65
Hex FF 4C 81 0 46 31 0 156 64 41
Octal 377 114 201 0 106 61 0 526 144 101
Binary 11111111 1001100 10000001 0 1000110 110001 0 101010110 1100100 1000001

Color Harmonies of #FF4C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C81

Black with #FF4C81

Text Example


Text Example

White with #FF4C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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