Html Css Color HEX #FC5068 Wild Watermelon

📋 copy color: '#FC5068'

red 252 ◦ green 80 ◦ blue 104

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

Shades of Wild Watermelon #FC5068

Tints of Wild Watermelon #FC5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 57.8%
G = 18.35%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC5068 (or 0xFC5068) is known color: Wild Watermelon. HEX triplet: FC, 50 and 68. RGB value is (252,80,104). Sum of RGB (Red+Green+Blue) = 252+80+104=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5068 is #03AF97. Grayscale: #868686. Windows color (decimal): -241560 or 6836476. OLE color: 6836476.

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

Color convert

RGB 252 80 104 -
CMYK 0 0.68 0.59 0.01
HSL 351.63º 0.97% 0.65% -
HSV(B) 351.63º 0.68% 0.99% -
XYZ 45.51 27.43 15.99 -
YUV 134.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 252 80 104 0 0.68 0.59 0.01 351.63 0.97 0.65
Hex FC 50 68 0 44 3B 1 160 61 41
Octal 374 120 150 0 104 73 1 540 141 101
Binary 11111100 1010000 1101000 0 1000100 111011 1 101100000 1100001 1000001

Color Harmonies of #FC5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5068

Black with #FC5068

Text Example


Text Example

White with #FC5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5068; }

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

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

background-color css

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

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

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

border-color css

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

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

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