Html Css Color HEX #FD5C6C Wild Watermelon

📋 copy color: '#FD5C6C'

red 253 ◦ green 92 ◦ blue 108

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

Shades of Wild Watermelon #FD5C6C

Tints of Wild Watermelon #FD5C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.31%

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

R = 55.85%
G = 20.31%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD5C6C (or 0xFD5C6C) is known color: Wild Watermelon. HEX triplet: FD, 5C and 6C. RGB value is (253,92,108). Sum of RGB (Red+Green+Blue) = 253+92+108=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C6C is #02A393. Grayscale: #8E8E8E. Windows color (decimal): -172948 or 7101693. OLE color: 7101693.

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

Color convert

RGB 253 92 108 -
CMYK 0 0.64 0.57 0.01
HSL 354.04º 0.98% 0.68% -
HSV(B) 354.04º 0.64% 0.99% -
XYZ 47.04 29.62 17.43 -
YUV 141.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 253 92 108 0 0.64 0.57 0.01 354.04 0.98 0.68
Hex FD 5C 6C 0 40 39 1 162 62 44
Octal 375 134 154 0 100 71 1 542 142 104
Binary 11111101 1011100 1101100 0 1000000 111001 1 101100010 1100010 1000100

Color Harmonies of #FD5C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C6C

Black with #FD5C6C

Text Example


Text Example

White with #FD5C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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