Html Css Color HEX #FD4C6F Wild Watermelon

📋 copy color: '#FD4C6F'

red 253 ◦ green 76 ◦ blue 111

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

Shades of Wild Watermelon #FD4C6F

Tints of Wild Watermelon #FD4C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 57.5%
G = 17.27%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD4C6F (or 0xFD4C6F) is known color: Wild Watermelon. HEX triplet: FD, 4C and 6F. RGB value is (253,76,111). Sum of RGB (Red+Green+Blue) = 253+76+111=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4C6F is #02B390. Grayscale: #848484. Windows color (decimal): -177041 or 7294205. OLE color: 7294205.

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

Color convert

RGB 253 76 111 -
CMYK 0 0.70 0.56 0.01
HSL 348.14º 0.98% 0.65% -
HSV(B) 348.14º 0.7% 0.99% -
XYZ 45.96 27.2 17.87 -
YUV 132.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 253 76 111 0 0.70 0.56 0.01 348.14 0.98 0.65
Hex FD 4C 6F 0 46 38 1 15C 62 41
Octal 375 114 157 0 106 70 1 534 142 101
Binary 11111101 1001100 1101111 0 1000110 111000 1 101011100 1100010 1000001

Color Harmonies of #FD4C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C6F

Black with #FD4C6F

Text Example


Text Example

White with #FD4C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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