Html Css Color HEX #FC507F Wild Watermelon

📋 copy color: '#FC507F'

red 252 ◦ green 80 ◦ blue 127

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

Shades of Wild Watermelon #FC507F

Tints of Wild Watermelon #FC507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 54.9%
G = 17.43%
B = 27.67%

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

#FC507F (or 0xFC507F) is known color: Wild Watermelon. HEX triplet: FC, 50 and 7F. RGB value is (252,80,127). Sum of RGB (Red+Green+Blue) = 252+80+127=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC507F is #03AF80. Grayscale: #888888. Windows color (decimal): -241537 or 8343804. OLE color: 8343804.

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

Color convert

RGB 252 80 127 -
CMYK 0 0.68 0.50 0.01
HSL 343.6º 0.97% 0.65% -
HSV(B) 343.6º 0.68% 0.99% -
XYZ 46.84 27.97 23.01 -
YUV 136.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 252 80 127 0 0.68 0.50 0.01 343.6 0.97 0.65
Hex FC 50 7F 0 44 32 1 158 61 41
Octal 374 120 177 0 104 62 1 530 141 101
Binary 11111100 1010000 1111111 0 1000100 110010 1 101011000 1100001 1000001

Color Harmonies of #FC507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC507F

Black with #FC507F

Text Example


Text Example

White with #FC507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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