#FA526B

Color #FA526B Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FA526B

Tints of Wild Watermelon #FA526B

Color information

#FA526B (or 0xFA526B) is unknown color: approx Wild Watermelon. HEX triplet: FA, 52 and 6B. RGB value is (250,82,107). Sum of RGB (Red+Green+Blue) = 250+82+107=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA526B is #05AD94. Grayscale: #878787. Windows color (decimal): -372117 or 7033594. OLE color: 7033594.

HSL color Cylindrical-coordinate representation of color #FA526B: hue angle of 351.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA526B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB25082107-
CMYK00.670.570.02
HSL351.07º94.38%65.1%-
HSV(B)351.07º67.2%98.04%-
XYZ45.127.4216.83-
YUV135.08112.16209.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.95%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=56.95%
G=18.68%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508210700.670.570.02351.0794.3865.1
HexFA526B04339215f5e41
Octal3721221530103712537136101
Binary1111101010100101101011010000111110011010101111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA526B; }

 p { color: rgb(250,82,107); }

 H1.HeaderClassName
 {
   color: #FA526B;
 }
 .AnyTagClassName
 {
   color: #FA526B;
 }
</style>
background-color css

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

 a { background-color: rgb(250,82,107); }

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

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

 span { border-color: rgb(250,82,107); }

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