Html Css Color HEX #FF4D75 Wild Watermelon

📋 copy color: '#FF4D75'

red 255 ◦ green 77 ◦ blue 117

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

Shades of Wild Watermelon #FF4D75

Tints of Wild Watermelon #FF4D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 56.79%
G = 17.15%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF4D75 (or 0xFF4D75) is known color: Wild Watermelon. HEX triplet: FF, 4D and 75. RGB value is (255,77,117). Sum of RGB (Red+Green+Blue) = 255+77+117=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D75 is #00B28A. Grayscale: #868686. Windows color (decimal): -45707 or 7687679. OLE color: 7687679.

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

Color convert

RGB 255 77 117 -
CMYK 0 0.70 0.54 0
HSL 346.52º 1% 0.65% -
HSV(B) 346.52º 0.7% 1% -
XYZ 47.1 27.85 19.72 -
YUV 134.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 255 77 117 0 0.70 0.54 0 346.52 1 0.65
Hex FF 4D 75 0 46 36 0 15B 64 41
Octal 377 115 165 0 106 66 0 533 144 101
Binary 11111111 1001101 1110101 0 1000110 110110 0 101011011 1100100 1000001

Color Harmonies of #FF4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D75

Black with #FF4D75

Text Example


Text Example

White with #FF4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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