Html Css Color HEX #FC526E Wild Watermelon

📋 copy color: '#FC526E'

red 252 ◦ green 82 ◦ blue 110

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

Shades of Wild Watermelon #FC526E

Tints of Wild Watermelon #FC526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 56.76%
G = 18.47%
B = 24.77%

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

#FC526E (or 0xFC526E) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6E. RGB value is (252,82,110). Sum of RGB (Red+Green+Blue) = 252+82+110=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526E is #03AD91. Grayscale: #888888. Windows color (decimal): -241042 or 7230204. OLE color: 7230204.

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

Color convert

RGB 252 82 110 -
CMYK 0 0.67 0.56 0.01
HSL 350.12º 0.97% 0.65% -
HSV(B) 350.12º 0.67% 0.99% -
XYZ 45.98 27.86 17.71 -
YUV 136.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 252 82 110 0 0.67 0.56 0.01 350.12 0.97 0.65
Hex FC 52 6E 0 43 38 1 15E 61 41
Octal 374 122 156 0 103 70 1 536 141 101
Binary 11111100 1010010 1101110 0 1000011 111000 1 101011110 1100001 1000001

Color Harmonies of #FC526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC526E

Black with #FC526E

Text Example


Text Example

White with #FC526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC526E; }

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

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

background-color css

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

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

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

border-color css

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

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

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