Html Css Color HEX #FC5C70 Wild Watermelon

📋 copy color: '#FC5C70'

red 252 ◦ green 92 ◦ blue 112

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

Shades of Wild Watermelon #FC5C70

Tints of Wild Watermelon #FC5C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 55.26%
G = 20.18%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC5C70 (or 0xFC5C70) is known color: Wild Watermelon. HEX triplet: FC, 5C and 70. RGB value is (252,92,112). Sum of RGB (Red+Green+Blue) = 252+92+112=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C70 is #03A38F. Grayscale: #8E8E8E. Windows color (decimal): -238480 or 7363836. OLE color: 7363836.

HSL color Cylindrical-coordinate representation of color #FC5C70: hue angle of 352.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C70 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 92 112 -
CMYK 0 0.63 0.56 0.01
HSL 352.5º 0.96% 0.67% -
HSV(B) 352.5º 0.63% 0.99% -
XYZ 46.9 29.52 18.56 -
YUV 142.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 252 92 112 0 0.63 0.56 0.01 352.5 0.96 0.67
Hex FC 5C 70 0 3F 38 1 160 60 43
Octal 374 134 160 0 77 70 1 540 140 103
Binary 11111100 1011100 1110000 0 111111 111000 1 101100000 1100000 1000011

Color Harmonies of #FC5C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C70

Black with #FC5C70

Text Example


Text Example

White with #FC5C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C70; }

 p { color: rgb(252,92,112); }

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

background-color css

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

 a { background-color: rgb(252,92,112); }

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

border-color css

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

 span { border-color: rgb(252,92,112); }

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