Html Css Color HEX #FC557F Wild Watermelon

📋 copy color: '#FC557F'

red 252 ◦ green 85 ◦ blue 127

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

Shades of Wild Watermelon #FC557F

Tints of Wild Watermelon #FC557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 54.31%
G = 18.32%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC557F (or 0xFC557F) is known color: Wild Watermelon. HEX triplet: FC, 55 and 7F. RGB value is (252,85,127). Sum of RGB (Red+Green+Blue) = 252+85+127=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC557F is #03AA80. Grayscale: #8B8B8B. Windows color (decimal): -240257 or 8345084. OLE color: 8345084.

HSL color Cylindrical-coordinate representation of color #FC557F: hue angle of 344.91º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC557F is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 127 -
CMYK 0 0.66 0.50 0.01
HSL 344.91º 0.97% 0.66% -
HSV(B) 344.91º 0.66% 0.99% -
XYZ 47.22 28.72 23.13 -
YUV 139.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 252 85 127 0 0.66 0.50 0.01 344.91 0.97 0.66
Hex FC 55 7F 0 42 32 1 159 61 42
Octal 374 125 177 0 102 62 1 531 141 102
Binary 11111100 1010101 1111111 0 1000010 110010 1 101011001 1100001 1000010

Color Harmonies of #FC557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC557F

Black with #FC557F

Text Example


Text Example

White with #FC557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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