Html Css Color HEX #FC526D Wild Watermelon

📋 copy color: '#FC526D'

red 252 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #FC526D

Tints of Wild Watermelon #FC526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 56.88%
G = 18.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC526D (or 0xFC526D) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6D. RGB value is (252,82,109). Sum of RGB (Red+Green+Blue) = 252+82+109=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526D is #03AD92. Grayscale: #878787. Windows color (decimal): -241043 or 7164668. OLE color: 7164668.

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

Color convert

RGB 252 82 109 -
CMYK 0 0.67 0.57 0.01
HSL 350.47º 0.97% 0.65% -
HSV(B) 350.47º 0.67% 0.99% -
XYZ 45.92 27.83 17.42 -
YUV 135.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 252 82 109 0 0.67 0.57 0.01 350.47 0.97 0.65
Hex FC 52 6D 0 43 39 1 15E 61 41
Octal 374 122 155 0 103 71 1 536 141 101
Binary 11111100 1010010 1101101 0 1000011 111001 1 101011110 1100001 1000001

Color Harmonies of #FC526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC526D

Black with #FC526D

Text Example


Text Example

White with #FC526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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