Html Css Color HEX #FC526C Wild Watermelon

📋 copy color: '#FC526C'

red 252 ◦ green 82 ◦ blue 108

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

Shades of Wild Watermelon #FC526C

Tints of Wild Watermelon #FC526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 57.01%
G = 18.55%
B = 24.43%

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

#FC526C (or 0xFC526C) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6C. RGB value is (252,82,108). Sum of RGB (Red+Green+Blue) = 252+82+108=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526C is #03AD93. Grayscale: #878787. Windows color (decimal): -241044 or 7099132. OLE color: 7099132.

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

Color convert

RGB 252 82 108 -
CMYK 0 0.67 0.57 0.01
HSL 350.82º 0.97% 0.65% -
HSV(B) 350.82º 0.67% 0.99% -
XYZ 45.87 27.81 17.14 -
YUV 135.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 252 82 108 0 0.67 0.57 0.01 350.82 0.97 0.65
Hex FC 52 6C 0 43 39 1 15F 61 41
Octal 374 122 154 0 103 71 1 537 141 101
Binary 11111100 1010010 1101100 0 1000011 111001 1 101011111 1100001 1000001

Color Harmonies of #FC526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC526C

Black with #FC526C

Text Example


Text Example

White with #FC526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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