Html Css Color HEX #FD5078 Wild Watermelon

📋 copy color: '#FD5078'

red 253 ◦ green 80 ◦ blue 120

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

Shades of Wild Watermelon #FD5078

Tints of Wild Watermelon #FD5078

RGB

 RED value IS 253 (99.22% from 255) = 55.85%

 GREEN value IS 80 (31.64% from 255) = 17.66%

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 55.85%
G = 17.66%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD5078 (or 0xFD5078) is known color: Wild Watermelon. HEX triplet: FD, 50 and 78. RGB value is (253,80,120). Sum of RGB (Red+Green+Blue) = 253+80+120=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5078 is #02AF87. Grayscale: #888888. Windows color (decimal): -176008 or 7885053. OLE color: 7885053.

HSL color Cylindrical-coordinate representation of color #FD5078: hue angle of 346.13º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5078 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 120 -
CMYK 0 0.68 0.53 0.01
HSL 346.13º 0.98% 0.65% -
HSV(B) 346.13º 0.68% 0.99% -
XYZ 46.77 27.98 20.7 -
YUV 136.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 253 80 120 0 0.68 0.53 0.01 346.13 0.98 0.65
Hex FD 50 78 0 44 35 1 15A 62 41
Octal 375 120 170 0 104 65 1 532 142 101
Binary 11111101 1010000 1111000 0 1000100 110101 1 101011010 1100010 1000001

Color Harmonies of #FD5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5078

Black with #FD5078

Text Example


Text Example

White with #FD5078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5078; }

 p { color: rgb(253,80,120); }

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

background-color css

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

 a { background-color: rgb(253,80,120); }

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

border-color css

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

 span { border-color: rgb(253,80,120); }

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