Html Css Color HEX #FC526A Wild Watermelon

📋 copy color: '#FC526A'

red 252 ◦ green 82 ◦ blue 106

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

Shades of Wild Watermelon #FC526A

Tints of Wild Watermelon #FC526A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 57.27%
G = 18.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC526A (or 0xFC526A) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6A. RGB value is (252,82,106). Sum of RGB (Red+Green+Blue) = 252+82+106=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526A is #03AD95. Grayscale: #878787. Windows color (decimal): -241046 or 6968060. OLE color: 6968060.

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

Color convert

RGB 252 82 106 -
CMYK 0 0.67 0.58 0.01
HSL 351.53º 0.97% 0.65% -
HSV(B) 351.53º 0.67% 0.99% -
XYZ 45.76 27.77 16.58 -
YUV 135.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 252 82 106 0 0.67 0.58 0.01 351.53 0.97 0.65
Hex FC 52 6A 0 43 3A 1 160 61 41
Octal 374 122 152 0 103 72 1 540 141 101
Binary 11111100 1010010 1101010 0 1000011 111010 1 101100000 1100001 1000001

Color Harmonies of #FC526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC526A

Black with #FC526A

Text Example


Text Example

White with #FC526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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