Html Css Color HEX #FC506B Wild Watermelon

📋 copy color: '#FC506B'

red 252 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #FC506B

Tints of Wild Watermelon #FC506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 57.4%
G = 18.22%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC506B (or 0xFC506B) is known color: Wild Watermelon. HEX triplet: FC, 50 and 6B. RGB value is (252,80,107). Sum of RGB (Red+Green+Blue) = 252+80+107=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC506B is #03AF94. Grayscale: #868686. Windows color (decimal): -241557 or 7033084. OLE color: 7033084.

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

Color convert

RGB 252 80 107 -
CMYK 0 0.68 0.58 0.01
HSL 350.58º 0.97% 0.65% -
HSV(B) 350.58º 0.68% 0.99% -
XYZ 45.67 27.49 16.81 -
YUV 134.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 252 80 107 0 0.68 0.58 0.01 350.58 0.97 0.65
Hex FC 50 6B 0 44 3A 1 15F 61 41
Octal 374 120 153 0 104 72 1 537 141 101
Binary 11111100 1010000 1101011 0 1000100 111010 1 101011111 1100001 1000001

Color Harmonies of #FC506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC506B

Black with #FC506B

Text Example


Text Example

White with #FC506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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