Html Css Color HEX #FF4C74 Wild Watermelon

📋 copy color: '#FF4C74'

red 255 ◦ green 76 ◦ blue 116

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

Shades of Wild Watermelon #FF4C74

Tints of Wild Watermelon #FF4C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 57.05%
G = 17%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF4C74 (or 0xFF4C74) is known color: Wild Watermelon. HEX triplet: FF, 4C and 74. RGB value is (255,76,116). Sum of RGB (Red+Green+Blue) = 255+76+116=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C74 is #00B38B. Grayscale: #868686. Windows color (decimal): -45964 or 7621887. OLE color: 7621887.

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

Color convert

RGB 255 76 116 -
CMYK 0 0.70 0.55 0
HSL 346.59º 1% 0.65% -
HSV(B) 346.59º 0.7% 1% -
XYZ 46.98 27.69 19.39 -
YUV 134.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 255 76 116 0 0.70 0.55 0 346.59 1 0.65
Hex FF 4C 74 0 46 37 0 15B 64 41
Octal 377 114 164 0 106 67 0 533 144 101
Binary 11111111 1001100 1110100 0 1000110 110111 0 101011011 1100100 1000001

Color Harmonies of #FF4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C74

Black with #FF4C74

Text Example


Text Example

White with #FF4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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