Html Css Color HEX #FC4D71 Wild Watermelon

📋 copy color: '#FC4D71'

red 252 ◦ green 77 ◦ blue 113

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

Shades of Wild Watermelon #FC4D71

Tints of Wild Watermelon #FC4D71

RGB

 RED value IS 252 (98.83% from 255) = 57.01%

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

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 57.01%
G = 17.42%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC4D71 (or 0xFC4D71) is known color: Wild Watermelon. HEX triplet: FC, 4D and 71. RGB value is (252,77,113). Sum of RGB (Red+Green+Blue) = 252+77+113=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D71 is #03B28E. Grayscale: #858585. Windows color (decimal): -242319 or 7425532. OLE color: 7425532.

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

Color convert

RGB 252 77 113 -
CMYK 0 0.69 0.55 0.01
HSL 347.66º 0.97% 0.65% -
HSV(B) 347.66º 0.69% 0.99% -
XYZ 45.78 27.2 18.46 -
YUV 133.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 252 77 113 0 0.69 0.55 0.01 347.66 0.97 0.65
Hex FC 4D 71 0 45 37 1 15C 61 41
Octal 374 115 161 0 105 67 1 534 141 101
Binary 11111100 1001101 1110001 0 1000101 110111 1 101011100 1100001 1000001

Color Harmonies of #FC4D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D71

Black with #FC4D71

Text Example


Text Example

White with #FC4D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D71; }

 p { color: rgb(252,77,113); }

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

background-color css

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

 a { background-color: rgb(252,77,113); }

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

border-color css

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

 span { border-color: rgb(252,77,113); }

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