Html Css Color HEX #FC6468 Wild Watermelon

📋 copy color: '#FC6468'

red 252 ◦ green 100 ◦ blue 104

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

Shades of Wild Watermelon #FC6468

Tints of Wild Watermelon #FC6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

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

R = 55.26%
G = 21.93%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC6468 (or 0xFC6468) is known color: Wild Watermelon. HEX triplet: FC, 64 and 68. RGB value is (252,100,104). Sum of RGB (Red+Green+Blue) = 252+100+104=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6468 is #039B97. Grayscale: #929292. Windows color (decimal): -236440 or 6841596. OLE color: 6841596.

HSL color Cylindrical-coordinate representation of color #FC6468: hue angle of 358.42º 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 #FC6468 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 104 -
CMYK 0 0.60 0.59 0.01
HSL 358.42º 0.96% 0.69% -
HSV(B) 358.42º 0.6% 0.99% -
XYZ 47.2 30.81 16.56 -
YUV 145.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 252 100 104 0 0.60 0.59 0.01 358.42 0.96 0.69
Hex FC 64 68 0 3C 3B 1 166 60 45
Octal 374 144 150 0 74 73 1 546 140 105
Binary 11111100 1100100 1101000 0 111100 111011 1 101100110 1100000 1000101

Color Harmonies of #FC6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6468

Black with #FC6468

Text Example


Text Example

White with #FC6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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