Html Css Color HEX #FC6A70 Wild Watermelon

📋 copy color: '#FC6A70'

red 252 ◦ green 106 ◦ blue 112

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

Shades of Wild Watermelon #FC6A70

Tints of Wild Watermelon #FC6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

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

R = 53.62%
G = 22.55%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC6A70 (or 0xFC6A70) is known color: Wild Watermelon. HEX triplet: FC, 6A and 70. RGB value is (252,106,112). Sum of RGB (Red+Green+Blue) = 252+106+112=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A70 is #03958F. Grayscale: #969696. Windows color (decimal): -234896 or 7367420. OLE color: 7367420.

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

Color convert

RGB 252 106 112 -
CMYK 0 0.58 0.56 0.01
HSL 357.53º 0.96% 0.7% -
HSV(B) 357.53º 0.58% 0.99% -
XYZ 48.22 32.17 19 -
YUV 150.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 252 106 112 0 0.58 0.56 0.01 357.53 0.96 0.7
Hex FC 6A 70 0 3A 38 1 166 60 46
Octal 374 152 160 0 72 70 1 546 140 106
Binary 11111100 1101010 1110000 0 111010 111000 1 101100110 1100000 1000110

Color Harmonies of #FC6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A70

Black with #FC6A70

Text Example


Text Example

White with #FC6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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