Html Css Color HEX #FC506C Wild Watermelon

📋 copy color: '#FC506C'

red 252 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #FC506C

Tints of Wild Watermelon #FC506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.55%

R = 57.27%
G = 18.18%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC506C (or 0xFC506C) is known color: Wild Watermelon. HEX triplet: FC, 50 and 6C. RGB value is (252,80,108). Sum of RGB (Red+Green+Blue) = 252+80+108=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC506C is #03AF93. Grayscale: #868686. Windows color (decimal): -241556 or 7098620. OLE color: 7098620.

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

Color convert

RGB 252 80 108 -
CMYK 0 0.68 0.57 0.01
HSL 350.23º 0.97% 0.65% -
HSV(B) 350.23º 0.68% 0.99% -
XYZ 45.72 27.52 17.09 -
YUV 134.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 252 80 108 0 0.68 0.57 0.01 350.23 0.97 0.65
Hex FC 50 6C 0 44 39 1 15E 61 41
Octal 374 120 154 0 104 71 1 536 141 101
Binary 11111100 1010000 1101100 0 1000100 111001 1 101011110 1100001 1000001

Color Harmonies of #FC506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC506C

Black with #FC506C

Text Example


Text Example

White with #FC506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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