Html Css Color HEX #FC6770 Wild Watermelon

📋 copy color: '#FC6770'

red 252 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #FC6770

Tints of Wild Watermelon #FC6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

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

R = 53.96%
G = 22.06%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6770 (or 0xFC6770) is known color: Wild Watermelon. HEX triplet: FC, 67 and 70. RGB value is (252,103,112). Sum of RGB (Red+Green+Blue) = 252+103+112=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6770 is #03988F. Grayscale: #949494. Windows color (decimal): -235664 or 7366652. OLE color: 7366652.

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

Color convert

RGB 252 103 112 -
CMYK 0 0.59 0.56 0.01
HSL 356.38º 0.96% 0.7% -
HSV(B) 356.38º 0.59% 0.99% -
XYZ 47.92 31.57 18.9 -
YUV 148.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 252 103 112 0 0.59 0.56 0.01 356.38 0.96 0.7
Hex FC 67 70 0 3B 38 1 164 60 46
Octal 374 147 160 0 73 70 1 544 140 106
Binary 11111100 1100111 1110000 0 111011 111000 1 101100100 1100000 1000110

Color Harmonies of #FC6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6770

Black with #FC6770

Text Example


Text Example

White with #FC6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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