Html Css Color HEX #FC5260 Wild Watermelon

📋 copy color: '#FC5260'

red 252 ◦ green 82 ◦ blue 96

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

Shades of Wild Watermelon #FC5260

Tints of Wild Watermelon #FC5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 58.6%
G = 19.07%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC5260 (or 0xFC5260) is known color: Wild Watermelon. HEX triplet: FC, 52 and 60. RGB value is (252,82,96). Sum of RGB (Red+Green+Blue) = 252+82+96=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5260 is #03AD9F. Grayscale: #868686. Windows color (decimal): -241056 or 6312700. OLE color: 6312700.

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

Color convert

RGB 252 82 96 -
CMYK 0 0.67 0.62 0.01
HSL 355.06º 0.97% 0.65% -
HSV(B) 355.06º 0.67% 0.99% -
XYZ 45.27 27.57 14 -
YUV 134.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 252 82 96 0 0.67 0.62 0.01 355.06 0.97 0.65
Hex FC 52 60 0 43 3E 1 163 61 41
Octal 374 122 140 0 103 76 1 543 141 101
Binary 11111100 1010010 1100000 0 1000011 111110 1 101100011 1100001 1000001

Color Harmonies of #FC5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5260

Black with #FC5260

Text Example


Text Example

White with #FC5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5260; }

 p { color: rgb(252,82,96); }

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

background-color css

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

 a { background-color: rgb(252,82,96); }

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

border-color css

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

 span { border-color: rgb(252,82,96); }

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