Html Css Color HEX #FF4C7A Wild Watermelon

📋 copy color: '#FF4C7A'

red 255 ◦ green 76 ◦ blue 122

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

Shades of Wild Watermelon #FF4C7A

Tints of Wild Watermelon #FF4C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 56.29%
G = 16.78%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF4C7A (or 0xFF4C7A) is known color: Wild Watermelon. HEX triplet: FF, 4C and 7A. RGB value is (255,76,122). Sum of RGB (Red+Green+Blue) = 255+76+122=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C7A is #00B385. Grayscale: #868686. Windows color (decimal): -45958 or 8015103. OLE color: 8015103.

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

Color convert

RGB 255 76 122 -
CMYK 0 0.70 0.52 0
HSL 344.58º 1% 0.65% -
HSV(B) 344.58º 0.7% 1% -
XYZ 47.34 27.83 21.29 -
YUV 134.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 255 76 122 0 0.70 0.52 0 344.58 1 0.65
Hex FF 4C 7A 0 46 34 0 159 64 41
Octal 377 114 172 0 106 64 0 531 144 101
Binary 11111111 1001100 1111010 0 1000110 110100 0 101011001 1100100 1000001

Color Harmonies of #FF4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C7A

Black with #FF4C7A

Text Example


Text Example

White with #FF4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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