Html Css Color HEX #FC507D Wild Watermelon

📋 copy color: '#FC507D'

red 252 ◦ green 80 ◦ blue 125

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

Shades of Wild Watermelon #FC507D

Tints of Wild Watermelon #FC507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 55.14%
G = 17.51%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC507D (or 0xFC507D) is known color: Wild Watermelon. HEX triplet: FC, 50 and 7D. RGB value is (252,80,125). Sum of RGB (Red+Green+Blue) = 252+80+125=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC507D is #03AF82. Grayscale: #888888. Windows color (decimal): -241539 or 8212732. OLE color: 8212732.

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

Color convert

RGB 252 80 125 -
CMYK 0 0.68 0.50 0.01
HSL 344.3º 0.97% 0.65% -
HSV(B) 344.3º 0.68% 0.99% -
XYZ 46.72 27.91 22.33 -
YUV 136.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 252 80 125 0 0.68 0.50 0.01 344.3 0.97 0.65
Hex FC 50 7D 0 44 32 1 158 61 41
Octal 374 120 175 0 104 62 1 530 141 101
Binary 11111100 1010000 1111101 0 1000100 110010 1 101011000 1100001 1000001

Color Harmonies of #FC507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC507D

Black with #FC507D

Text Example


Text Example

White with #FC507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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