#FA616B

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

Shades of Wild Watermelon #FA616B

Tints of Wild Watermelon #FA616B

Color information

#FA616B (or 0xFA616B) is unknown color: approx Wild Watermelon. HEX triplet: FA, 61 and 6B. RGB value is (250,97,107). Sum of RGB (Red+Green+Blue) = 250+97+107=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA616B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA616B is #059E94. Grayscale: #909090. Windows color (decimal): -368277 or 7037434. OLE color: 7037434.

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

Color convert

RGB25097107-
CMYK00.610.570.02
HSL356.08º93.87%68.04%-
HSV(B)356.08º61.2%98.04%-
XYZ46.3529.9317.24-
YUV143.89107.19203.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.07%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=55.07%
G=21.37%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509710700.610.570.02356.0893.8768.04
HexFA616B03D3921645e44
Octal372141153075712544136104
Binary111110101100001110101101111011110011010110010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA616B; }

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

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

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

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

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

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

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

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