Html Css Color HEX #FC6168 Wild Watermelon

📋 copy color: '#FC6168'

red 252 ◦ green 97 ◦ blue 104

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

Shades of Wild Watermelon #FC6168

Tints of Wild Watermelon #FC6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 55.63%
G = 21.41%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC6168 (or 0xFC6168) is known color: Wild Watermelon. HEX triplet: FC, 61 and 68. RGB value is (252,97,104). Sum of RGB (Red+Green+Blue) = 252+97+104=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6168 is #039E97. Grayscale: #909090. Windows color (decimal): -237208 or 6840828. OLE color: 6840828.

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

Color convert

RGB 252 97 104 -
CMYK 0 0.62 0.59 0.01
HSL 357.29º 0.96% 0.68% -
HSV(B) 357.29º 0.62% 0.99% -
XYZ 46.92 30.24 16.46 -
YUV 144.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 252 97 104 0 0.62 0.59 0.01 357.29 0.96 0.68
Hex FC 61 68 0 3E 3B 1 165 60 44
Octal 374 141 150 0 76 73 1 545 140 104
Binary 11111100 1100001 1101000 0 111110 111011 1 101100101 1100000 1000100

Color Harmonies of #FC6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6168

Black with #FC6168

Text Example


Text Example

White with #FC6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6168; }

 p { color: rgb(252,97,104); }

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

background-color css

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

 a { background-color: rgb(252,97,104); }

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

border-color css

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

 span { border-color: rgb(252,97,104); }

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