Html Css Color HEX #FC526F Wild Watermelon

📋 copy color: '#FC526F'

red 252 ◦ green 82 ◦ blue 111

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

Shades of Wild Watermelon #FC526F

Tints of Wild Watermelon #FC526F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 56.63%
G = 18.43%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC526F (or 0xFC526F) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6F. RGB value is (252,82,111). Sum of RGB (Red+Green+Blue) = 252+82+111=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526F is #03AD90. Grayscale: #888888. Windows color (decimal): -241041 or 7295740. OLE color: 7295740.

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

Color convert

RGB 252 82 111 -
CMYK 0 0.67 0.56 0.01
HSL 349.76º 0.97% 0.65% -
HSV(B) 349.76º 0.67% 0.99% -
XYZ 46.03 27.88 17.99 -
YUV 136.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 252 82 111 0 0.67 0.56 0.01 349.76 0.97 0.65
Hex FC 52 6F 0 43 38 1 15E 61 41
Octal 374 122 157 0 103 70 1 536 141 101
Binary 11111100 1010010 1101111 0 1000011 111000 1 101011110 1100001 1000001

Color Harmonies of #FC526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC526F

Black with #FC526F

Text Example


Text Example

White with #FC526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC526F; }

 p { color: rgb(252,82,111); }

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

background-color css

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

 a { background-color: rgb(252,82,111); }

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

border-color css

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

 span { border-color: rgb(252,82,111); }

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