Html Css Color HEX #FC4670 Wild Watermelon

📋 copy color: '#FC4670'

red 252 ◦ green 70 ◦ blue 112

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

Shades of Wild Watermelon #FC4670

Tints of Wild Watermelon #FC4670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 58.06%
G = 16.13%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC4670 (or 0xFC4670) is known color: Wild Watermelon. HEX triplet: FC, 46 and 70. RGB value is (252,70,112). Sum of RGB (Red+Green+Blue) = 252+70+112=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4670 is #03B98F. Grayscale: #818181. Windows color (decimal): -244112 or 7358204. OLE color: 7358204.

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

Color convert

RGB 252 70 112 -
CMYK 0 0.72 0.56 0.01
HSL 346.15º 0.97% 0.63% -
HSV(B) 346.15º 0.72% 0.99% -
XYZ 45.26 26.25 18.01 -
YUV 129.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 252 70 112 0 0.72 0.56 0.01 346.15 0.97 0.63
Hex FC 46 70 0 48 38 1 15A 61 3F
Octal 374 106 160 0 110 70 1 532 141 77
Binary 11111100 1000110 1110000 0 1001000 111000 1 101011010 1100001 111111

Color Harmonies of #FC4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4670

Black with #FC4670

Text Example


Text Example

White with #FC4670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4670; }

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

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

background-color css

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

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

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

border-color css

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

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

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