Html Css Color HEX #FC6670 Wild Watermelon

📋 copy color: '#FC6670'

red 252 ◦ green 102 ◦ blue 112

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

Shades of Wild Watermelon #FC6670

Tints of Wild Watermelon #FC6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

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

R = 54.08%
G = 21.89%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6670 (or 0xFC6670) is known color: Wild Watermelon. HEX triplet: FC, 66 and 70. RGB value is (252,102,112). Sum of RGB (Red+Green+Blue) = 252+102+112=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6670 is #03998F. Grayscale: #949494. Windows color (decimal): -235920 or 7366396. OLE color: 7366396.

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

Color convert

RGB 252 102 112 -
CMYK 0 0.60 0.56 0.01
HSL 356º 0.96% 0.69% -
HSV(B) 356º 0.6% 0.99% -
XYZ 47.82 31.37 18.86 -
YUV 147.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 252 102 112 0 0.60 0.56 0.01 356 0.96 0.69
Hex FC 66 70 0 3C 38 1 164 60 45
Octal 374 146 160 0 74 70 1 544 140 105
Binary 11111100 1100110 1110000 0 111100 111000 1 101100100 1100000 1000101

Color Harmonies of #FC6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6670

Black with #FC6670

Text Example


Text Example

White with #FC6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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