Html Css Color HEX #FD4C6C Wild Watermelon

📋 copy color: '#FD4C6C'

red 253 ◦ green 76 ◦ blue 108

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

Shades of Wild Watermelon #FD4C6C

Tints of Wild Watermelon #FD4C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 57.89%
G = 17.39%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD4C6C (or 0xFD4C6C) is known color: Wild Watermelon. HEX triplet: FD, 4C and 6C. RGB value is (253,76,108). Sum of RGB (Red+Green+Blue) = 253+76+108=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C6C is #02B393. Grayscale: #848484. Windows color (decimal): -177044 or 7097597. OLE color: 7097597.

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

Color convert

RGB 253 76 108 -
CMYK 0 0.70 0.57 0.01
HSL 349.15º 0.98% 0.65% -
HSV(B) 349.15º 0.7% 0.99% -
XYZ 45.8 27.13 17.01 -
YUV 132.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 253 76 108 0 0.70 0.57 0.01 349.15 0.98 0.65
Hex FD 4C 6C 0 46 39 1 15D 62 41
Octal 375 114 154 0 106 71 1 535 142 101
Binary 11111101 1001100 1101100 0 1000110 111001 1 101011101 1100010 1000001

Color Harmonies of #FD4C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C6C

Black with #FD4C6C

Text Example


Text Example

White with #FD4C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C6C; }

 p { color: rgb(253,76,108); }

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

background-color css

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

 a { background-color: rgb(253,76,108); }

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

border-color css

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

 span { border-color: rgb(253,76,108); }

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