Html Css Color HEX #FF4D74 Wild Watermelon

📋 copy color: '#FF4D74'

red 255 ◦ green 77 ◦ blue 116

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

Shades of Wild Watermelon #FF4D74

Tints of Wild Watermelon #FF4D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 56.92%
G = 17.19%
B = 25.89%

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

#FF4D74 (or 0xFF4D74) is known color: Wild Watermelon. HEX triplet: FF, 4D and 74. RGB value is (255,77,116). Sum of RGB (Red+Green+Blue) = 255+77+116=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D74 is #00B28B. Grayscale: #868686. Windows color (decimal): -45708 or 7622143. OLE color: 7622143.

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

Color convert

RGB 255 77 116 -
CMYK 0 0.70 0.55 0
HSL 346.85º 1% 0.65% -
HSV(B) 346.85º 0.7% 1% -
XYZ 47.05 27.83 19.41 -
YUV 134.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 255 77 116 0 0.70 0.55 0 346.85 1 0.65
Hex FF 4D 74 0 46 37 0 15B 64 41
Octal 377 115 164 0 106 67 0 533 144 101
Binary 11111111 1001101 1110100 0 1000110 110111 0 101011011 1100100 1000001

Color Harmonies of #FF4D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D74

Black with #FF4D74

Text Example


Text Example

White with #FF4D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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