Html Css Color HEX #FC506E Wild Watermelon

📋 copy color: '#FC506E'

red 252 ◦ green 80 ◦ blue 110

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

Shades of Wild Watermelon #FC506E

Tints of Wild Watermelon #FC506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 57.01%
G = 18.1%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC506E (or 0xFC506E) is known color: Wild Watermelon. HEX triplet: FC, 50 and 6E. RGB value is (252,80,110). Sum of RGB (Red+Green+Blue) = 252+80+110=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC506E is #03AF91. Grayscale: #868686. Windows color (decimal): -241554 or 7229692. OLE color: 7229692.

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

Color convert

RGB 252 80 110 -
CMYK 0 0.68 0.56 0.01
HSL 349.53º 0.97% 0.65% -
HSV(B) 349.53º 0.68% 0.99% -
XYZ 45.83 27.56 17.66 -
YUV 134.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 252 80 110 0 0.68 0.56 0.01 349.53 0.97 0.65
Hex FC 50 6E 0 44 38 1 15E 61 41
Octal 374 120 156 0 104 70 1 536 141 101
Binary 11111100 1010000 1101110 0 1000100 111000 1 101011110 1100001 1000001

Color Harmonies of #FC506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC506E

Black with #FC506E

Text Example


Text Example

White with #FC506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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